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:
4
.hgrc
4
.hgrc
@@ -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]
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user