From 4e37e406e67834d5e8ad04ba9d98de039502bf52 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sat, 28 Jun 2014 17:40:13 +0200 Subject: [PATCH] Fixes to mercurial extensions --- .hgrc | 4 ++-- install.sh | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.hgrc b/.hgrc index be3458d..b650afb 100644 --- a/.hgrc +++ b/.hgrc @@ -3,6 +3,7 @@ username = m.scholten [extensions] +# If you get an error about missing keyring, install python-keyring hgext.mercurial_keyring = ~/workspace/application_addons/mercurial/mercurial_keyring/mercurial_keyring.py convert = hgext.bookmarks = @@ -10,8 +11,7 @@ graphlog = hgext.purge= hgk= hgflow = ~/workspace/application_addons/mercurial/hgflow/src/hgflow.py -hggit = ~/workspace/application_addons/mercurial/hg-git/hggit - +#hggit = ~/workspace/application_addons/mercurial/hg-git/hggit prompt = /home/mbscholt/workspace/application_addons/mercurial/hg-prompt/prompt.py [git] diff --git a/install.sh b/install.sh index c13701a..bf472a2 100644 --- a/install.sh +++ b/install.sh @@ -23,8 +23,7 @@ echo "INFO: Vundle Install" vim +BundleInstall +qall # Mercurial extensions -#HGDIR=~/workspace/application_addons/mercurial -HGDIR=~/.hgext +HGDIR=~/workspace/application_addons/mercurial mkdir -p $HGDIR cd $HGDIR