Submitter | Jordi Gutiérrez Hermoso |
---|---|
Date | March 22, 2019, 4:31 p.m. |
Message ID | <a4799c377f869cd6b0e7.1553272306@chloe> |
Download | mbox | patch |
Permalink | /patch/39361/ |
State | Accepted |
Headers | show |
Comments
On Fri, Mar 22, 2019 at 7:34 PM Jordi Gutiérrez Hermoso <jordigh@octave.org> wrote: > # HG changeset patch > # User Jordi Gutiérrez Hermoso <jordigh@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 Queued the series, many thanks!
Patch
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 =