# HG changeset patch # User Steve Losh # Date 1535737634 0 # Node ID a9a3a1f2260117b3e019a205eb2807476a6f2fa0 # Parent 98aae381eb43f4b21d43e4479993243f9f630e94 Update diff -r 98aae381eb43 -r a9a3a1f22601 README.markdown --- 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.