--- a/README.markdown Fri Aug 31 17:09:34 2018 +0000
+++ b/README.markdown Fri Aug 31 17:47:14 2018 +0000
@@ -391,3 +391,11 @@
Important: **do not run the last command with sudo**, because if you do your
entire installation will be totally fucked (`~/Dropbox` will be owned by root)
and you'll have to start all over.
+
+Building Mercurial from source. Had to install `python-dev` first.
+
+As always, `hg-git` is fucking broken on install. Had to symlink
+`dulwich/dulwich` into the Mercurial directory, but it was still broken.
+[This](https://bitbucket.org/durin42/hg-git/issues/252/hg-47-error) is the
+problem. Mercurial's lack of a stable plugin API is why I no longer really
+maintain my hg plugins. It sucks. For now I'm just gonna downgrade Mercurial.