# HG changeset patch # User Zeger Van de Vannet # Date 1718304480 -7200 # Node ID c27e3816ab861991e6c8c0782832c6d22f04503a # Parent e2542163359aaa8b79de3edaef639ac3d723ae1d fix: import local hg config after general config diff -r e2542163359a -r c27e3816ab86 dot_hgrc --- 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