]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - hgrc
Minor documentation changes.
[config/dotfiles.git] / hgrc
1 # This is the Mercurial configuration file.
2
3
4 [ui]
5 username = Simon Ruderich <simon@ruderich.com>
6
7 [extensions]
8 # Convert other vcs to mercurial.
9 hgext.convert =
10 # Simplify pull and merge processes.
11 hgext.fetch =
12 # Patch stack support.
13 hgext.mq =
14 # Partial commit utility.
15 hgext.record =
16
17 [hooks]
18 # Precommit hook which runs tests if they exist.
19 precommit = precommit-runtests