]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - hgrc
gitconfig,hgrc: Drop settings for Mac.
[config/dotfiles.git] / hgrc
diff --git a/hgrc b/hgrc
deleted file mode 100644 (file)
index 0b58156..0000000
--- a/hgrc
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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 =
-# patch stack support:
-hgext.mq =
-# partial commit utility:
-hgext.record =
-
-# Hooks.
-[hooks]
-# Precommit hook which runs tests if they exist.
-precommit = precommit-runtests