diff 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
line wrap: on
line diff
--- a/dot_hgrc	Sun Jun 09 17:57:44 2024 +0200
+++ b/dot_hgrc	Thu Jun 13 20:48:00 2024 +0200
@@ -1,5 +1,3 @@
-%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
@@ -152,3 +150,5 @@
 outgoing = outgoing --template=oneline
 out = outgoing --template=oneline
 mark = resolve --mark
+
+%include ~/.config/mercurial/local.hgrc