From 3313b3ec0dc4420a8850412fdaa8cdda47370e11 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Wed, 14 May 2014 10:12:54 +0200 Subject: [PATCH] hg config --- .hgauthors.txt | 5 +++++ .hgrc | 29 +++++++++++++++++++++++++---- 2 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 .hgauthors.txt diff --git a/.hgauthors.txt b/.hgauthors.txt new file mode 100644 index 0000000..5f40e47 --- /dev/null +++ b/.hgauthors.txt @@ -0,0 +1,5 @@ +mbscholt = Michiel Scholten +m.scholten = Michiel Scholten +Michiel Scholten = Michiel Scholten +convert-repo = svnconvert +michiel.scholten@sanomamedia.nl = Michiel Scholten diff --git a/.hgrc b/.hgrc index 6efd409..bf029fe 100644 --- a/.hgrc +++ b/.hgrc @@ -1,11 +1,32 @@ [ui] -username = Michiel Scholten +#username = Michiel Scholten +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