[Updated] D11753: tests: fix test-censor by improving regexp (issue6585)
wiz (Thomas Klausner)
phabricator at mercurial-scm.org
Mon Nov 15 11:28:13 UTC 2021
Closed by commit rHG95ea181d9bdd: tests: fix test-censor by improving regexp (issue6585) (authored by wiz).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D11753?vs=31061&id=31067
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11753/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11753
AFFECTED FILES
tests/test-censor.t
CHANGE DETAILS
diff --git a/tests/test-censor.t b/tests/test-censor.t
--- a/tests/test-censor.t
+++ b/tests/test-censor.t
@@ -552,14 +552,14 @@
Censor the file
$ hg cat -r $B1 target | wc -l
- 50002 (re)
+ *50002 (re)
$ hg censor -r $B1 target
$ hg cat -r $B1 target | wc -l
- 0 (re)
+ *0 (re)
Check the children is fine
$ hg cat -r $B2 target | wc -l
- 50003 (re)
+ *50003 (re)
#endif
To: wiz, #hg-reviewers, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20211115/013a1986/attachment-0002.html>
More information about the Mercurial-patches
mailing list