comparison mercurial/help/config.txt @ 32033:0e9fece17db1

color: update the help with the new default The default is now "auto" we update the help to match reality.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Mon, 17 Apr 2017 20:22:00 +0200
parents 806f9a883b4f
children a6865b35a10d
comparison
equal deleted inserted replaced
32032:189778a06743 32033:0e9fece17db1
1861 1861
1862 By default, the first bundle advertised by the server is used. 1862 By default, the first bundle advertised by the server is used.
1863 1863
1864 ``color`` 1864 ``color``
1865 String: when to use to colorize output. possible value are auto, always, 1865 String: when to use to colorize output. possible value are auto, always,
1866 never, or debug (default: never). 'auto' will use color whenever it seems 1866 never, or debug (default: auto). 'auto' will use color whenever it seems
1867 possible. See :hg:`help color` for details. 1867 possible. See :hg:`help color` for details.
1868 1868
1869 (in addition a boolean can be used in place always/never) 1869 (in addition a boolean can be used in place always/never)
1870 1870
1871 ``commitsubrepos`` 1871 ``commitsubrepos``