Mercurial > hg-stable
comparison tests/test-help.t @ 31135:c4e8fa2b1c40
color: move 'debugcolor' into the 'debugcommands' modules
This is the last bits we needed to move out of the extensions. 'hgext/color.py'
now only contains logic to changes the default color behavior to 'auto'.
However, more cleanups are on the way and we need to document the new config
directly in core.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Tue, 21 Feb 2017 18:41:37 +0100 |
parents | 7fec37746417 |
children | df0a0734304a |
comparison
equal
deleted
inserted
replaced
31134:13bbcd56c57a | 31135:c4e8fa2b1c40 |
---|---|
862 builds a repo with a given DAG from scratch in the current | 862 builds a repo with a given DAG from scratch in the current |
863 empty repo | 863 empty repo |
864 debugbundle lists the contents of a bundle | 864 debugbundle lists the contents of a bundle |
865 debugcheckstate | 865 debugcheckstate |
866 validate the correctness of the current dirstate | 866 validate the correctness of the current dirstate |
867 debugcolor show available color, effects or style | |
867 debugcommands | 868 debugcommands |
868 list all available commands and options | 869 list all available commands and options |
869 debugcomplete | 870 debugcomplete |
870 returns the completion list associated with the given command | 871 returns the completion list associated with the given command |
871 debugcreatestreamclonebundle | 872 debugcreatestreamclonebundle |