]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - hgrc
Added ignore files for git and mercurial.
[config/dotfiles.git] / hgrc
diff --git a/hgrc b/hgrc
index 0b581560f8959dafc32ed27dcefa816d5b2bb896..79c2086da04b8a33c4a6894f121c9d0c3abbfb5f 100644 (file)
--- a/hgrc
+++ b/hgrc
@@ -3,19 +3,22 @@
 
 [ui]
 username = Simon Ruderich <simon@ruderich.com>
+ignore = ~/.hgignore
+
+# Use git diffs with support for renames, binaries, access rights, etc.
+[diff]
+git = True
 
-# Loads the listed extensions.
 [extensions]
-# convert other vcs to mercurial:
+# Convert other vcs to mercurial.
 hgext.convert =
-# simplify pull and merge processes:
+# Simplify pull and merge processes.
 hgext.fetch =
-# patch stack support:
+# Patch stack support.
 hgext.mq =
-# partial commit utility:
+# Partial commit utility.
 hgext.record =
 
-# Hooks.
 [hooks]
 # Precommit hook which runs tests if they exist.
 precommit = precommit-runtests