--- /dev/null
+# 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