##// END OF EJS Templates
docs: describe ui.color consistently with --color...
Martin von Zweigbergk -
r32091:c401be73 stable
parent child Browse files
Show More
@@ -1860,11 +1860,9 b' User interface controls.'
1860 By default, the first bundle advertised by the server is used.
1860 By default, the first bundle advertised by the server is used.
1861
1861
1862 ``color``
1862 ``color``
1863 String: when to use to colorize output. possible value are auto, always,
1863 When to colorize output. Possible value are Boolean, "always", "auto",
1864 never, or debug (default: auto). 'auto' will use color whenever it seems
1864 "never", or "debug". (default: "auto"). "auto" will use color
1865 possible. See :hg:`help color` for details.
1865 whenever it seems possible. See :hg:`help color` for details.
1866
1867 (in addition a boolean can be used in place always/never)
1868
1866
1869 ``commitsubrepos``
1867 ``commitsubrepos``
1870 Whether to commit modified subrepositories when committing the
1868 Whether to commit modified subrepositories when committing the
General Comments 0
You need to be logged in to leave comments. Login now