From patchwork Fri Mar 22 16:31:46 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [1,of,2] samplehgrcs: clarify which lines should be uncommented From: =?utf-8?q?Jordi_Guti=C3=A9rrez_Hermoso?= X-Patchwork-Id: 39361 Message-Id: To: mercurial-devel@mercurial-scm.org Date: Fri, 22 Mar 2019 12:31:46 -0400 # HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1553272139 14400 # Fri Mar 22 12:28:59 2019 -0400 # Node ID a4799c377f869cd6b0e7f5233d7bfed4c647cccb # Parent b1bc6e5f5249d0633db73be3c6853273485f3919 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 =