Submitter | Pierre-Yves David |
---|---|
Date | Feb. 28, 2017, 7:25 p.m. |
Message ID | <b20bdc56362c3e4f676a.1488309947@nodosa.octopoid.net> |
Download | mbox | patch |
Permalink | /patch/18847/ |
State | Accepted |
Headers | show |
Comments
On Tue, Feb 28, 2017 at 11:25 AM, Pierre-Yves David <pierre-yves.david@ens-lyon.org> wrote: > # HG changeset patch > # User Pierre-Yves David <pierre-yves.david@ens-lyon.org> > # Date 1488309790 -3600 > # Tue Feb 28 20:23:10 2017 +0100 > # Node ID b20bdc56362c3e4f676a47c71edf02107b01c507 > # Parent 9fffdf9b71de54fba36d3efd581aa660ab8076d1 > # EXP-Topic color > config: update the Windows example config file Queued with some minor copy editing done in flight. Thanks. > > We move from the color extensions to the 'ui.color' config. > > diff --git a/contrib/win32/mercurial.ini b/contrib/win32/mercurial.ini > --- a/contrib/win32/mercurial.ini > +++ b/contrib/win32/mercurial.ini > @@ -19,6 +19,8 @@ > editor = notepad > ; show changed files and be a bit more verbose if True > ; verbose = True > +; colorize commands output > +; color = auto > > ; username data to appear in commits > ; it usually takes the form: Joe User <joe.user@host.com> > @@ -40,7 +42,6 @@ editor = notepad > ;bugzilla = > ;children = > ;churn = > -;color = > ;convert = > ;eol = > ;extdiff = > _______________________________________________ > Mercurial-devel mailing list > Mercurial-devel@mercurial-scm.org > https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel
Patch
diff --git a/contrib/win32/mercurial.ini b/contrib/win32/mercurial.ini --- a/contrib/win32/mercurial.ini +++ b/contrib/win32/mercurial.ini @@ -19,6 +19,8 @@ editor = notepad ; show changed files and be a bit more verbose if True ; verbose = True +; colorize commands output +; color = auto ; username data to appear in commits ; it usually takes the form: Joe User <joe.user@host.com> @@ -40,7 +42,6 @@ editor = notepad ;bugzilla = ;children = ;churn = -;color = ;convert = ;eol = ;extdiff =