Mercurial > public > mercurial-scm > hg
diff tests/test-debugcomplete.t @ 18267:5bb610f87d1d
clfilter: enforce hidden changeset globally
The dispatch code now enables filtering of "hidden" changesets globally. The
filter is installed before command and extension invocation. The `--hidden`
switch is now global and disables this filtering for any command.
Code in log dedicated to changeset exclusion is removed as this global filtering
has the same effect.
author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
---|---|
date | Tue, 08 Jan 2013 20:37:37 +0100 |
parents | 4bec77e62c00 |
children | d844e3879f9b |
line wrap: on
line diff
--- a/tests/test-debugcomplete.t Tue Jan 08 21:16:39 2013 +0100 +++ b/tests/test-debugcomplete.t Tue Jan 08 20:37:37 2013 +0100 @@ -123,6 +123,7 @@ --encoding --encodingmode --help + --hidden --noninteractive --profile --quiet @@ -153,6 +154,7 @@ --encodingmode --errorlog --help + --hidden --ipv6 --name --noninteractive @@ -200,7 +202,7 @@ export: output, switch-parent, rev, text, git, nodates forget: include, exclude init: ssh, remotecmd, insecure - log: follow, follow-first, date, copies, keyword, rev, removed, only-merges, user, only-branch, branch, prune, hidden, patch, git, limit, no-merges, stat, graph, style, template, include, exclude + log: follow, follow-first, date, copies, keyword, rev, removed, only-merges, user, only-branch, branch, prune, patch, git, limit, no-merges, stat, graph, style, template, include, exclude merge: force, rev, preview, tool pull: update, force, rev, bookmark, branch, ssh, remotecmd, insecure push: force, rev, bookmark, branch, new-branch, ssh, remotecmd, insecure