D8070: tests: add test showing that repo filter is calculated for `hg st --copies`

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Thu Feb 6 22:22:09 UTC 2020


Closed by commit rHG66dab0d9a78e: tests: add test showing that repo filter is calculated for `hg st --copies` (authored by martinvonz).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D8070?vs=19872&id=19975

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D8070/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D8070

AFFECTED FILES
  tests/test-repo-filters-tiptoe.t

CHANGE DETAILS

diff --git a/tests/test-repo-filters-tiptoe.t b/tests/test-repo-filters-tiptoe.t
--- a/tests/test-repo-filters-tiptoe.t
+++ b/tests/test-repo-filters-tiptoe.t
@@ -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"



To: martinvonz, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list