]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - hgrc
Added mercurial configuration file.
[config/dotfiles.git] / hgrc
1 # This is the Mercurial configuration file.
2
3
4 [ui]
5 username = Simon Ruderich <simon@ruderich.com>
6
7 # Loads the listed extensions.
8 [extensions]
9 # convert other vcs to mercurial:
10 hgext.convert =
11 # simplify pull and merge processes:
12 hgext.fetch =
13 # revision bug tracking test utility:
14 hgext.hbisect =
15 # patch stack support:
16 hgext.mq =
17 # partial commit utility:
18 hgext.record =
19
20 # Hooks.
21 [hooks]
22 # Precommit hook which runs tests if they exist.
23 precommit = precommit-runtests