Submitter | Ludovic Chabant |
---|---|
Date | Jan. 3, 2019, 9:06 p.m. |
Message ID | <5a2a6ab7bc37af9294b5.1546549581@BUR1-D1044227.eac.ad.ea.com> |
Download | mbox | patch |
Permalink | /patch/37442/ |
State | Accepted |
Headers | show |
Comments
queued, many thanks > On Jan 3, 2019, at 4:06 PM, Ludovic Chabant <ludovic@chabant.com> wrote: > > # HG changeset patch > # User Ludovic Chabant <ludovic@chabant.com> > # Date 1546539214 28800 > # Thu Jan 03 10:13:34 2019 -0800 > # Node ID 5a2a6ab7bc37af9294b58edfd4d224706940ff19 > # Parent 5c68b617ba2463eb6f1372a24b139a376c6bf6bd > help: fix typo > > diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt > --- a/mercurial/help/config.txt > +++ b/mercurial/help/config.txt > @@ -462,7 +462,7 @@ > (default: False) > > ``status.terse`` > - Default value for the --terse flag, which condenes status output. > + Default value for the --terse flag, which condenses status output. > (default: empty) > > ``update.check`` > _______________________________________________ > Mercurial-devel mailing list > Mercurial-devel@mercurial-scm.org > https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel
Patch
diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt --- a/mercurial/help/config.txt +++ b/mercurial/help/config.txt @@ -462,7 +462,7 @@ (default: False) ``status.terse`` - Default value for the --terse flag, which condenes status output. + Default value for the --terse flag, which condenses status output. (default: empty) ``update.check``