]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Added mercurial configuration file.
authorSimon Ruderich <simon@ruderich.com>
Wed, 7 Nov 2007 20:30:39 +0000 (21:30 +0100)
committerSimon Ruderich <simon@ruderich.org>
Wed, 7 Nov 2007 20:30:39 +0000 (21:30 +0100)
hgrc [new file with mode: 0755]

diff --git a/hgrc b/hgrc
new file mode 100755 (executable)
index 0000000..eb4ce3f
--- /dev/null
+++ b/hgrc
@@ -0,0 +1,23 @@
+# This is the Mercurial configuration file.
+
+
+[ui]
+username = Simon Ruderich <simon@ruderich.com>
+
+# Loads the listed extensions.
+[extensions]
+# convert other vcs to mercurial:
+hgext.convert =
+# simplify pull and merge processes:
+hgext.fetch =
+# revision bug tracking test utility:
+hgext.hbisect =
+# patch stack support:
+hgext.mq =
+# partial commit utility:
+hgext.record =
+
+# Hooks.
+[hooks]
+# Precommit hook which runs tests if they exist.
+precommit = precommit-runtests