# HG changeset patch # User Ludovic Chabant # Date 1321992428 28800 # Node ID c3a77eaa467a34f440f4afccb021473df03e832d # Parent 8c7a7782a2a172c750d9a0ad9a1089a1a3ace1c5 Added 'onsub' extension for Mercurial. diff -r 8c7a7782a2a1 -r c3a77eaa467a .hgsub --- a/.hgsub Tue Nov 22 11:20:05 2011 -0800 +++ b/.hgsub Tue Nov 22 12:07:08 2011 -0800 @@ -1,3 +1,4 @@ + vim/bundle/colorschemes = [git]https://github.com/flazz/vim-colorschemes.git vim/bundle/command-t = [git]https://github.com/wincent/Command-T.git vim/bundle/gundo = https://bitbucket.org/sjl/gundo.vim @@ -11,4 +12,5 @@ vim/bundle/nerdtree = [git]https://github.com/scrooloose/nerdtree.git lib/hg/hg-git = ssh://hg@bitbucket.org/durin42/hg-git +lib/hg/onsub = ssh://hg@bitbucket.org/aragost/onsub diff -r 8c7a7782a2a1 -r c3a77eaa467a .hgsubstate --- a/.hgsubstate Tue Nov 22 11:20:05 2011 -0800 +++ b/.hgsubstate Tue Nov 22 12:07:08 2011 -0800 @@ -1,7 +1,9 @@ - vim/bundle/colorschemes - vim/bundle/command-t +32afa497834da2a702f14ff1100acfea3cd19cdc lib/hg/hg-git +ef52038b4459ddd8c78f13c2789c658bbc6cacbc lib/hg/onsub +c51066bd048ca47e9b6d1385703a4d3462ea8c93 vim/bundle/colorschemes +d5631702d4000c8addb8d7f0052569226fd6d8a1 vim/bundle/command-t vim/bundle/commentary -0000000000000000000000000000000000000000 vim/bundle/gundo +91190e67720f852c17602504d5225d4e675b6499 vim/bundle/gundo vim/bundle/haml vim/bundle/markdown vim/bundle/nerdtree diff -r 8c7a7782a2a1 -r c3a77eaa467a install.cmd --- a/install.cmd Tue Nov 22 11:20:05 2011 -0800 +++ b/install.cmd Tue Nov 22 12:07:08 2011 -0800 @@ -9,3 +9,4 @@ echo %%include %CWD%hgrc\hgrc > "%userprofile%\mercurial.ini" echo [extensions] >> "%userprofile%\mercurial.ini" echo hggit = %CWD:\=/%lib/hg/hg-git/hggit/ >> "%userprofile%\mercurial.ini" +echo onsub = %CWD:\=/%lib/hg/onsub/onsub.py >> "%userprofile%\mercurial.ini" diff -r 8c7a7782a2a1 -r c3a77eaa467a install.sh --- a/install.sh Tue Nov 22 11:20:05 2011 -0800 +++ b/install.sh Tue Nov 22 12:07:08 2011 -0800 @@ -8,3 +8,4 @@ echo %include $CWD/hgrc/hgrc > "$HOME/.hgrc" echo [extensions] >> "$HOME/.hgrc" echo hggit = $CWD/lib/hg/hg-git/hggit/ >> "$HOME/.hgrc" +echo onsub = $CWD/lib/hg/onsub/onsub.py >> "%userprofile%\mercurial.ini"