1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 20:35:11 +01:00

hg config

This commit is contained in:
Michiel Scholten
2014-05-14 10:12:54 +02:00
parent a19c1ff5aa
commit 3313b3ec0d
2 changed files with 30 additions and 4 deletions

29
.hgrc
View File

@@ -1,11 +1,32 @@
[ui]
username = Michiel Scholten <michiel@aquariusoft.org>
#username = Michiel Scholten <michiel@aquariusoft.org>
username = m.scholten
[extensions]
graphlog =
mercurial_keyring = /home/mbscholt/bin/hg/mercurial_keyring.py
hgext.mercurial_keyring = ~/workspace/application_addons/mercurial/mercurial_keyring/mercurial_keyring.py
convert =
hgext.bookmarks =
hgext.git =
graphlog =
hgext.purge=
hgk=
hgflow = ~/workspace/application_addons/mercurial/hgflow/src/hgflow.py
hggit = ~/workspace/application_addons/mercurial/hg-git/hggit
prompt = /home/mbscholt/bin/hg/hg-prompt/prompt.py
[git]
authors = ~/.hgauthors.txt
[tortoisehg]
editor = geany
tabwidth = 8
shell = gnome-terminal
[auth]
sanoma.schemes = https
sanoma.prefix = hg.sanomaservices.nl
sanoma.username = m.scholten
aqs.schemes = ssh
aqs.prefix = aquariusoft.org
aqs.username = Michiel Scholten <michiel@aquariusoft.org>