[PATCH 1 of 2] samplehgrcs: clarify which lines should be uncommented

Jordi Gutiérrez Hermoso jordigh at octave.org
Fri Mar 22 16:31:46 UTC 2019


# HG changeset patch
# User Jordi Gutiérrez Hermoso <jordigh at octave.org>
# 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 =


More information about the Mercurial-devel mailing list