changeset 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 6fe519d8261b
children 9e85515dbe4f
files dot_hgrc
diffstat 1 files changed, 7 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/dot_hgrc	Mon Jan 06 18:56:03 2025 +0100
+++ b/dot_hgrc	Fri Sep 27 09:56:21 2024 +0200
@@ -1,3 +1,5 @@
+%include ~/.config/mercurial/local.hgrc
+
 [ui]
 # We recommend enabling tweakdefaults to get slight improvements to
 # the UI over time. Make sure to set HGPLAIN in the environment when
@@ -67,10 +69,6 @@
 stat = status -mard
 blame = annotate -cufld
 
-[rhg]
-on-unsupported = fallback
-fallback-executable = /usr/local/bin/hg
-allowed-extensions = rebase, absorb, evolve, topic
 
 [diff]
 git = yes
@@ -151,4 +149,8 @@
 out = outgoing --template=oneline
 mark = resolve --mark
 
-%include ~/.config/mercurial/local.hgrc
+[rhg]
+on-unsupported = fallback
+fallback-executable = /usr/bin/hg
+allowed-extensions = rebase, absorb, evolve, topic
+