From: Simon Ruderich Date: Fri, 29 Aug 2008 19:04:17 +0000 (+0200) Subject: Always use git diffs. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=5af5a9341c88e3e645a8996d64be9b335fbbf671;p=config%2Fdotfiles.git Always use git diffs. They support renames, binary files, access rights, etc. --- 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 =