hgrc: tweak my settings along the lines of https://octobus.net/blog/2020-11-26-modern-mercurial.html
This commit is contained in:
parent
2b9e07816b
commit
9f5c1193b6
1 changed files with 15 additions and 0 deletions
|
@ -7,6 +7,16 @@ username = Luke Granger-Brown <hg@lukegb.com>
|
||||||
interface = curses
|
interface = curses
|
||||||
tweakdefaults = True
|
tweakdefaults = True
|
||||||
merge = internal:merge3
|
merge = internal:merge3
|
||||||
|
mergemarkers = detailed
|
||||||
|
|
||||||
|
[commands]
|
||||||
|
push.require-revs = true
|
||||||
|
|
||||||
|
[paths]
|
||||||
|
default:pushrev = .
|
||||||
|
|
||||||
|
[phases]
|
||||||
|
publish = false
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
log = log --template lukegblogshort --graph
|
log = log --template lukegblogshort --graph
|
||||||
|
@ -60,3 +70,8 @@ evolve =
|
||||||
topic =
|
topic =
|
||||||
git =
|
git =
|
||||||
purge =
|
purge =
|
||||||
|
absorb =
|
||||||
|
|
||||||
|
[experimental]
|
||||||
|
topic-mode = enforce
|
||||||
|
evolution = all
|
||||||
|
|
Loading…
Reference in a new issue