From 5af5a9341c88e3e645a8996d64be9b335fbbf671 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 29 Aug 2008 21:04:17 +0200 Subject: [PATCH] Always use git diffs. They support renames, binary files, access rights, etc. --- hgrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hgrc b/hgrc index 56a1c0a..5c06fd6 100644 --- a/hgrc +++ b/hgrc @@ -4,6 +4,10 @@ [ui] username = Simon Ruderich +# Use git diffs with support for renames, binaries, access rights, etc. +[diff] +git = True + [extensions] # Convert other vcs to mercurial. hgext.convert = -- 2.44.1