mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 20:35:11 +01:00
33 lines
792 B
Plaintext
33 lines
792 B
Plaintext
[ui]
|
|
#username = Michiel Scholten <michiel@aquariusoft.org>
|
|
username = m.scholten
|
|
|
|
[extensions]
|
|
hgext.mercurial_keyring = ~/workspace/application_addons/mercurial/mercurial_keyring/mercurial_keyring.py
|
|
convert =
|
|
hgext.bookmarks =
|
|
graphlog =
|
|
hgext.purge=
|
|
hgk=
|
|
hgflow = ~/workspace/application_addons/mercurial/hgflow/src/hgflow.py
|
|
hggit = ~/workspace/application_addons/mercurial/hg-git/hggit
|
|
|
|
prompt = /home/mbscholt/workspace/application_addons/mercurial/hg-prompt/prompt.py
|
|
|
|
[git]
|
|
authors = /home/mbscholt/.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>
|