1 # This is the Mercurial configuration file.
5 username = Simon Ruderich <simon@ruderich.org>
7 # Use Apple's FileMerge for merge conflicts.
10 # Use git diffs with support for renames, binaries, access rights, etc.
15 # Convert other vcs to mercurial.
17 # Simplify pull and merge processes.
21 # Patch stack support.
23 # Use a pager for all output.
25 # Partial commit utility.
27 # Allows cherry-picking and rebasing.
30 # Necessary for hg view.
32 path = /opt/local/share/mercurial/contrib/hgk
35 # Precommit hook which runs tests if they exist.
36 precommit = precommit-runtests
37 # Prevent "hg pull" if MQ patches are applied.
38 prechangegroup.mq-no-pull = ! hg qtop > /dev/null 2>&1
39 # Prevent "hg push" if MQ patches are applied.
40 preoutgoing.mq-no-push = ! hg qtop > /dev/null 2>&1
42 # Use colordiff and less as pager so that output from diff is colored and
43 # everything is easily readable in a terminal.
45 pager = colordiff | less
46 ignore = record, qrecord