X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=hgrc;h=5c06fd6cbd65a431b7ccde41bcf35fc2a0959d71;hb=1f4f206a51c6bb2034211d9ab6c42d6c02280124;hp=0b581560f8959dafc32ed27dcefa816d5b2bb896;hpb=35eca44edd8165fe4059f1308734b360a3f3b2e6;p=config%2Fdotfiles.git diff --git a/hgrc b/hgrc old mode 100755 new mode 100644 index 0b58156..5c06fd6 --- a/hgrc +++ b/hgrc @@ -4,18 +4,20 @@ [ui] username = Simon Ruderich -# Loads the listed extensions. +# Use git diffs with support for renames, binaries, access rights, etc. +[diff] +git = True + [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