1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 20:35:11 +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
[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]