diff options
| -rw-r--r-- | dot.hgrc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dot.hgrc b/dot.hgrc new file mode 100644 index 0000000..4625b01 --- /dev/null +++ b/dot.hgrc @@ -0,0 +1,18 @@ +[ui] +username = Thomas Schneider <thosch97@gmail.com> +[extensions] +rebase = +purge = +record = +hggit = +progress = +color = +pager = +#mercurial_keyring = ~/.local/lib/python2.7/site-packages/mercurial_keyring.py +strip = +[diff] +git = true +showfunc = true +[alias] +glog = log -G +describe = log -r . --template '{latesttag}-{latesttagdistance}-{node|short}\n' |
