diff options
Diffstat (limited to 'dot.hgrc')
| -rw-r--r-- | dot.hgrc | 21 |
1 files changed, 14 insertions, 7 deletions
@@ -1,19 +1,26 @@ # -*- conf -*- +%include ~/.hgrc.local + [ui] username = Thomas Schneider <qsx@qsx.re> + [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 |
