# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 2019-03-22 16:28:59 # Node ID 018acb7a3490227810fd082743fa7acfb7221c30 # Parent 4df7c4b70e03c1417e89cdf792f61a0b7541a427 samplehgrcs: clarify which lines should be uncommented The original wording has confused at least one person. Hopefully it's clearer this way. https://stackoverflow.com/questions/55288177/adding-hg-strip-to-hgrc-config-file diff --git a/mercurial/ui.py b/mercurial/ui.py --- a/mercurial/ui.py +++ b/mercurial/ui.py @@ -97,7 +97,7 @@ username = # paginate = never [extensions] -# uncomment these lines to enable some popular extensions +# uncomment the lines below to enable some popular extensions # (see 'hg help extensions' for more info) # # churn = @@ -149,7 +149,7 @@ b"""# example system-wide hg config (see # paginate = never [extensions] -# uncomment these lines to enable some popular extensions +# uncomment the lines below to enable some popular extensions # (see 'hg help extensions' for more info) # # blackbox =