a9a3a1f22601

Update
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 31 Aug 2018 17:47:14 +0000
parents 98aae381eb43
children 564f8750fdea
branches/tags (none)
files README.markdown

Changes

--- 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.