-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.hgrc
33 lines (28 loc) · 867 Bytes
/
.hgrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[ui]
#username = Michiel Scholten <michiel@aquariusoft.org>
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 =
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
shelve=
[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>