# HG changeset patch # User Steve Losh # Date 1277057372 14400 # Node ID 65c514961585620a8459bef8d608568aca57ae3b # Parent a968628ad413a97f561d0d0c8229577ad9dcbb11 hg: add crecord diff -r a968628ad413 -r 65c514961585 .hgrc --- a/.hgrc Sun Jun 20 14:08:49 2010 -0400 +++ b/.hgrc Sun Jun 20 14:09:32 2010 -0400 @@ -20,6 +20,7 @@ paste = ~/lib/hg/hg-paste/paste.py prompt = ~/lib/hg/hg-prompt/prompt.py histedit = ~/lib/hg/histedit +crecord = ~/lib/hg/crecord/crecord hggit = ~/lib/hg/hg-git/hggit collapse = ~/lib/hg/hgcollapse/hgext/collapse.py diff -r a968628ad413 -r 65c514961585 bootstrap.sh --- a/bootstrap.sh Sun Jun 20 14:08:49 2010 -0400 +++ b/bootstrap.sh Sun Jun 20 14:09:32 2010 -0400 @@ -67,6 +67,7 @@ hg clone bb://durin42/histedit/ "$HOME/lib/hg/histedit" hg clone bb://durin42/hg-git/ "$HOME/lib/hg/hg-git" hg clone bb://Bill_Barry/hgattic "$HOME/lib/hg/hgattic" +hg clone bb://edgimar/crecord "$HOME/lib/hg/crecord" git clone git://github.com/jelmer/dulwich.git "$HOME/lib/dulwich" ln -s "$HOME/lib/dulwich/dulwich" "$HOME/lib/hg/hg-stable/dulwich"