Mercurial > dotfiles
changeset 34:c3a77eaa467a
Added 'onsub' extension for Mercurial.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 22 Nov 2011 12:07:08 -0800 |
parents | 8c7a7782a2a1 |
children | 803ed2e1a052 |
files | .hgsub .hgsubstate install.cmd install.sh |
diffstat | 4 files changed, 9 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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
--- 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"
--- 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"