# HG changeset patch # User Steve Losh # Date 1280943109 14400 # Node ID 1abbeecc00ee60ab704269107f41ef2e6cec19fb # Parent c23969b27519bc7770975d43f845bbe13e3bbe96 bootstrap: minor fixes diff -r c23969b27519 -r 1abbeecc00ee bootstrap.sh --- a/bootstrap.sh Wed Aug 04 13:31:18 2010 -0400 +++ b/bootstrap.sh Wed Aug 04 13:31:49 2010 -0400 @@ -44,7 +44,6 @@ sudo python setup.py install cd -rm -rf ~/lib/oh-my-zsh/custom ln -s "$HOME/lib/dotfiles/zsh" "$HOME/lib/oh-my-zsh/custom" ln -s "$HOME/lib/dotfiles/.ackrc" "$HOME/.ackrc" @@ -62,7 +61,6 @@ hg clone bb://sjl/hg-paste/ "$HOME/lib/hg/hg-paste" hg clone bb://sjl/hg-review/ "$HOME/lib/hg/hg-review" hg clone bb://ccaughie/hgcollapse/ "$HOME/lib/hg/hgcollapse" -hg clone bb://tksoh/hgshelve/ "$HOME/lib/hg/hgshelve" 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"