aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schneider <qsx@qsx.re>2019-03-31 21:49:09 +0200
committerThomas Schneider <qsx@qsx.re>2019-03-31 21:49:09 +0200
commit521791a33588f19ad405776a1861d72713c56174 (patch)
tree2325751eb09213bc1fab25e3c6755f8fc0c8fc4f
parentcf464488790d747f2c0b5be401fef2e61283684e (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.hgrc21
1 files changed, 14 insertions, 7 deletions
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 <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