From 521791a33588f19ad405776a1861d72713c56174 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Sun, 31 Mar 2019 21:49:09 +0200 Subject: hgrc: Tidy up - Include ~/.hgrc.local for local customizations - Sort entries - Remove external extensions (use .hgrc.local) - Add empty lines --- dot.hgrc | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'dot.hgrc') diff --git a/dot.hgrc b/dot.hgrc index 9aa363a..d78a619 100644 --- a/dot.hgrc +++ b/dot.hgrc @@ -1,19 +1,26 @@ # -*- conf -*- +%include ~/.hgrc.local + [ui] username = Thomas Schneider + [extensions] -rebase = +gpg = +histedit = +mq = +pager = +patchbomb = +progress = purge = +rebase = record = -hggit = -progress = -color = -pager = strip = -mq = +zeroconf = + [diff] git = true showfunc = true + [alias] -glog = log -G describe = log -r . --template '{latesttag}-{latesttagdistance}-{node|short}\n' +glog = log -G -- cgit v1.2.3