65c514961585

hg: add crecord
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sun, 20 Jun 2010 14:09:32 -0400
parents a968628ad413
children 21d16bafb00b
branches/tags (none)
files .hgrc bootstrap.sh

Changes

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