D7489: repoview: add test for filtering computation when running `hg status`
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Fri Nov 22 09:22:02 UTC 2019
marmoute created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/D7489
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
@@ -46,8 +46,6 @@
Getting the node of `null`
- $ hg init test-repo
- $ cd test-repo
$ hg log -r null -T "{node}\n"
0000000000000000000000000000000000000000
@@ -60,3 +58,12 @@
Getting status of null
$ hg status --change null
+
+Getting status of working copy
+
+ $ hg status
+ debug.filters: computing revision filter for "visible"
+ M c
+ A d
+ R a
+ ! b
To: marmoute, #hg-reviewers
Cc: mercurial-devel
More information about the Mercurial-devel
mailing list