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

2019-03-22 Thread Pulkit Goyal
On Fri, Mar 22, 2019 at 7:34 PM Jordi Gutiérrez Hermoso 
wrote:

> # 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


Queued the series, many thanks!
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


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

2019-03-22 Thread Jordi Gutiérrez Hermoso
# 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 =
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel