diff options
| author | Thomas Schneider <thosch97@gmail.com> | 2016-01-08 22:27:54 +0100 |
|---|---|---|
| committer | Thomas Schneider <thosch97@gmail.com> | 2016-01-08 22:27:54 +0100 |
| commit | e4fc37a864256ee358b6425c7fc004b976d5b090 (patch) | |
| tree | 0798e35a5b346093c69b7836936bef0abfffd57f | |
| parent | 070760859e987828efd8e901318d4b8ffafefeaa (diff) | |
Add .hgrc
Signed-off-by: Thomas Schneider <thosch97@gmail.com>
| -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' |
