# HG changeset patch # User Pierre-Yves David # Date 1357673857 -3600 # Node ID 1c0d52f233086fe56460548fd75f1d02ccb7fdb2 # Parent 769eb1b179b5f508edf2db211511126a5871b452 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. [ original upstream message ] diff -r 769eb1b179b5 -r 1c0d52f23308 tests/test-keyword.t --- a/tests/test-keyword.t Tue Jan 08 12:41:51 2013 +0100 +++ b/tests/test-keyword.t Tue Jan 08 20:37:37 2013 +0100 @@ -576,6 +576,7 @@ Commit and show expansion in original and copy $ hg --debug commit -ma2c -d '1 0' -u 'User Name ' + invalid branchheads cache (unserved): tip differs c c: copy a:0045e12f6c5791aac80ca6cbfd97709a88307292 overwriting c expanding keywords @@ -759,7 +760,6 @@ | invalid here. $ hg --debug commit -l log -d '2 0' -u 'User Name ' - invalid branchheads cache: tip differs invalid branchheads cache (unserved): tip differs a invalid branchheads cache: tip differs @@ -806,7 +806,6 @@ $ hg remove a $ hg --debug commit -m rma invalid branchheads cache: tip differs - invalid branchheads cache: tip differs committed changeset 3:d14c712653769de926994cf7fbb06c8fbd68f012 $ hg status ? c @@ -917,7 +916,6 @@ [255] $ cd x $ hg --debug commit -m xa -d '3 0' -u 'User Name ' - invalid branchheads cache: tip differs x/a x/a: copy a:779c764182ce5d43e2b1eb66ce06d7b47bfe342e invalid branchheads cache: tip differs