comparison dot_hgrc @ 1048:c27e3816ab86

fix: import local hg config after general config
author Zeger Van de Vannet <zeger@vandevan.net>
date Thu, 13 Jun 2024 20:48:00 +0200
parents bdd538139b08
children 43e8ac1d0a4c
comparison
equal deleted inserted replaced
1047:e2542163359a 1048:c27e3816ab86
1 %include ~/.config/mercurial/local.hgrc
2
3 [ui] 1 [ui]
4 # We recommend enabling tweakdefaults to get slight improvements to 2 # We recommend enabling tweakdefaults to get slight improvements to
5 # the UI over time. Make sure to set HGPLAIN in the environment when 3 # the UI over time. Make sure to set HGPLAIN in the environment when
6 # writing scripts! 4 # writing scripts!
7 tweakdefaults = yes 5 tweakdefaults = yes
150 incoming = incoming --template=oneline 148 incoming = incoming --template=oneline
151 in = incoming --template=oneline 149 in = incoming --template=oneline
152 outgoing = outgoing --template=oneline 150 outgoing = outgoing --template=oneline
153 out = outgoing --template=oneline 151 out = outgoing --template=oneline
154 mark = resolve --mark 152 mark = resolve --mark
153
154 %include ~/.config/mercurial/local.hgrc