1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Fixes to mercurial extensions

This commit is contained in:
Michiel Scholten
2014-06-28 17:40:13 +02:00
parent 9361acf3fa
commit 4e37e406e6
2 changed files with 3 additions and 4 deletions

4
.hgrc
View File

@@ -3,6 +3,7 @@
username = m.scholten username = m.scholten
[extensions] [extensions]
# If you get an error about missing keyring, install python-keyring
hgext.mercurial_keyring = ~/workspace/application_addons/mercurial/mercurial_keyring/mercurial_keyring.py hgext.mercurial_keyring = ~/workspace/application_addons/mercurial/mercurial_keyring/mercurial_keyring.py
convert = convert =
hgext.bookmarks = hgext.bookmarks =
@@ -10,8 +11,7 @@ graphlog =
hgext.purge= hgext.purge=
hgk= hgk=
hgflow = ~/workspace/application_addons/mercurial/hgflow/src/hgflow.py 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 prompt = /home/mbscholt/workspace/application_addons/mercurial/hg-prompt/prompt.py
[git] [git]

View File

@@ -23,8 +23,7 @@ echo "INFO: Vundle Install"
vim +BundleInstall +qall vim +BundleInstall +qall
# Mercurial extensions # Mercurial extensions
#HGDIR=~/workspace/application_addons/mercurial HGDIR=~/workspace/application_addons/mercurial
HGDIR=~/.hgext
mkdir -p $HGDIR mkdir -p $HGDIR
cd $HGDIR cd $HGDIR