mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 21:45:10 +01:00
Fixes to mercurial extensions
This commit is contained in:
4
.hgrc
4
.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]
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user