tests: add test showing that repo filter is calculated for `hg st --copies`
authorMartin von Zweigbergk <martinvonz@google.com>
Tue, 04 Feb 2020 10:14:44 -0800
changeset 44275 66dab0d9a78e
parent 44274 87167caa2989
child 44276 30862e226339
tests: add test showing that repo filter is calculated for `hg st --copies` Differential Revision: https://phab.mercurial-scm.org/D8070
tests/test-repo-filters-tiptoe.t
--- a/tests/test-repo-filters-tiptoe.t	Tue Jan 21 11:40:15 2020 -0500
+++ b/tests/test-repo-filters-tiptoe.t	Tue Feb 04 10:14:44 2020 -0800
@@ -67,6 +67,13 @@
   R a
   ! b
 
+  $ hg status --copies
+  debug.filters: computing revision filter for "visible"
+  M c
+  A d
+  R a
+  ! b
+
 Getting data about the working copy parent
 
   $ hg log -r '.' -T "{node}\n{date}\n"