mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 20:35:11 +01:00
hg config
This commit is contained in:
5
.hgauthors.txt
Normal file
5
.hgauthors.txt
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
mbscholt = Michiel Scholten <michiel@aquariusoft.org>
|
||||||
|
m.scholten = Michiel Scholten <michiel@aquariusoft.org>
|
||||||
|
Michiel Scholten = Michiel Scholten <michiel@aquariusoft.org>
|
||||||
|
convert-repo = svnconvert <michiel@aquariusoft.org>
|
||||||
|
michiel.scholten@sanomamedia.nl = Michiel Scholten <michiel@aquariusoft.org>
|
||||||
29
.hgrc
29
.hgrc
@@ -1,11 +1,32 @@
|
|||||||
[ui]
|
[ui]
|
||||||
username = Michiel Scholten <michiel@aquariusoft.org>
|
#username = Michiel Scholten <michiel@aquariusoft.org>
|
||||||
|
username = m.scholten
|
||||||
|
|
||||||
[extensions]
|
[extensions]
|
||||||
graphlog =
|
hgext.mercurial_keyring = ~/workspace/application_addons/mercurial/mercurial_keyring/mercurial_keyring.py
|
||||||
mercurial_keyring = /home/mbscholt/bin/hg/mercurial_keyring.py
|
|
||||||
convert =
|
convert =
|
||||||
hgext.bookmarks =
|
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
|
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>
|
||||||
|
|||||||
Reference in New Issue
Block a user