]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Always use git diffs.
authorSimon Ruderich <simon@ruderich.com>
Fri, 29 Aug 2008 19:04:17 +0000 (21:04 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 29 Aug 2008 19:04:17 +0000 (21:04 +0200)
They support renames, binary files, access rights, etc.

hgrc

diff --git a/hgrc b/hgrc
index 56a1c0a9f70de06802ac0853bf692fcd0ce8c9d7..5c06fd6cbd65a431b7ccde41bcf35fc2a0959d71 100644 (file)
--- a/hgrc
+++ b/hgrc
@@ -4,6 +4,10 @@
 [ui]
 username = Simon Ruderich <simon@ruderich.com>
 
+# Use git diffs with support for renames, binaries, access rights, etc.
+[diff]
+git = True
+
 [extensions]
 # Convert other vcs to mercurial.
 hgext.convert =