]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - hgrc
Fixed access rights for hgrc.
[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 # patch stack support:
14 hgext.mq =
15 # partial commit utility:
16 hgext.record =
17
18 # Hooks.
19 [hooks]
20 # Precommit hook which runs tests if they exist.
21 precommit = precommit-runtests