[Updated] D11873: upgrade: don't use `dd status=none` in the test
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Wed Dec 8 08:27:24 UTC 2021
Closed by commit rHG18032c282a7e: upgrade: don't use `dd status=none` in the test (authored by marmoute).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D11873?vs=31336&id=31387
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11873/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11873
AFFECTED FILES
tests/test-upgrade-repo.t
CHANGE DETAILS
diff --git a/tests/test-upgrade-repo.t b/tests/test-upgrade-repo.t
--- a/tests/test-upgrade-repo.t
+++ b/tests/test-upgrade-repo.t
@@ -1667,7 +1667,7 @@
$ hg debugformat -v | grep dirstate-v2
dirstate-v2: yes no no
$ hg status
- $ dd status=none bs=12 count=1 if=.hg/dirstate
+ $ dd bs=12 count=1 if=.hg/dirstate 2> /dev/null
dirstate-v2
Downgrade from dirstate-v2
To: marmoute, #hg-reviewers, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20211208/043638bc/attachment-0002.html>
More information about the Mercurial-patches
mailing list