diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2020-03-23 20:37:09 +0100 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2020-03-23 20:37:09 +0100 |
| commit | 76cb3c3dadb43125ac068be0a49bf70bf5628dc4 (patch) | |
| tree | ed37f9afbbe915bee2ef16b097c88d34deac720d | |
| parent | 54697444ad9f341f8e4b4e440c56a5f8af505e65 (diff) | |
Update .hgrc
| -rw-r--r-- | dot.hgrc | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -3,6 +3,7 @@ [ui] username = Thomas Schneider <qsx@chaotikum.eu> +tweakdefaults = true [email] method = sendmail @@ -11,20 +12,13 @@ method = sendmail gpg = histedit = mq = -pager = patchbomb = -progress = purge = rebase = -record = remotenames = strip = zeroconf = -[diff] -git = true -showfunc = true - [alias] describe = log -r . --template '{latesttag}-{latesttagdistance}-{node|short}\n' glog = log -G |
