diff options
| author | Thomas Schneider <qsx@qsx.re> | 2019-03-31 21:49:09 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2019-03-31 21:49:09 +0200 |
| commit | 521791a33588f19ad405776a1861d72713c56174 (patch) | |
| tree | 2325751eb09213bc1fab25e3c6755f8fc0c8fc4f | |
| parent | cf464488790d747f2c0b5be401fef2e61283684e (diff) | |
hgrc: Tidy up
- Include ~/.hgrc.local for local customizations
- Sort entries
- Remove external extensions (use .hgrc.local)
- Add empty lines
| -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 |
