Mercurial > dotfiles
comparison dot_hgrc @ 1065:53dd3a0d6914
feat: switch order of includes/config in ~/.hgrc
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Fri, 27 Sep 2024 09:56:21 +0200 |
parents | c27e3816ab86 |
children | c082bbb10e99 |
comparison
equal
deleted
inserted
replaced
1064:6fe519d8261b | 1065:53dd3a0d6914 |
---|---|
1 %include ~/.config/mercurial/local.hgrc | |
2 | |
1 [ui] | 3 [ui] |
2 # We recommend enabling tweakdefaults to get slight improvements to | 4 # We recommend enabling tweakdefaults to get slight improvements to |
3 # the UI over time. Make sure to set HGPLAIN in the environment when | 5 # the UI over time. Make sure to set HGPLAIN in the environment when |
4 # writing scripts! | 6 # writing scripts! |
5 tweakdefaults = yes | 7 tweakdefaults = yes |
65 [alias] | 67 [alias] |
66 st = status -mard | 68 st = status -mard |
67 stat = status -mard | 69 stat = status -mard |
68 blame = annotate -cufld | 70 blame = annotate -cufld |
69 | 71 |
70 [rhg] | |
71 on-unsupported = fallback | |
72 fallback-executable = /usr/local/bin/hg | |
73 allowed-extensions = rebase, absorb, evolve, topic | |
74 | 72 |
75 [diff] | 73 [diff] |
76 git = yes | 74 git = yes |
77 nodates = no | 75 nodates = no |
78 showfunc = 1 | 76 showfunc = 1 |
149 in = incoming --template=oneline | 147 in = incoming --template=oneline |
150 outgoing = outgoing --template=oneline | 148 outgoing = outgoing --template=oneline |
151 out = outgoing --template=oneline | 149 out = outgoing --template=oneline |
152 mark = resolve --mark | 150 mark = resolve --mark |
153 | 151 |
154 %include ~/.config/mercurial/local.hgrc | 152 [rhg] |
153 on-unsupported = fallback | |
154 fallback-executable = /usr/bin/hg | |
155 allowed-extensions = rebase, absorb, evolve, topic | |
156 |