aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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