X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=hgrc;h=56a1c0a9f70de06802ac0853bf692fcd0ce8c9d7;hb=64e0aebe1b43020b0c3ca18e548d95e8d88067ab;hp=eb4ce3f29a2aecfec3dd6d782459e74fd6ad36a1;hpb=9913871bac204dd52caf957a95e7a8bffb62c173;p=config%2Fdotfiles.git diff --git a/hgrc b/hgrc old mode 100755 new mode 100644 index eb4ce3f..56a1c0a --- a/hgrc +++ b/hgrc @@ -4,20 +4,16 @@ [ui] username = Simon Ruderich -# 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 = -# revision bug tracking test utility: -hgext.hbisect = -# 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