[Updated] D11293: pyoxidized: adapt output of `test-phases.t`
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Thu Aug 19 01:19:42 UTC 2021
Closed by commit rHGf1af5a084862: pyoxidized: adapt output of `test-phases.t` (authored by marmoute).
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/D11293?vs=29914&id=29944
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11293/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11293
AFFECTED FILES
tests/test-phases.t
CHANGE DETAILS
diff --git a/tests/test-phases.t b/tests/test-phases.t
--- a/tests/test-phases.t
+++ b/tests/test-phases.t
@@ -898,11 +898,11 @@
A X
$ hg --config "phases.new-commit=internal" commit -m "my test internal commit" 2>&1 | grep ProgrammingError
** ProgrammingError: this repository does not support the internal phase
- raise error.ProgrammingError(msg)
+ raise error.ProgrammingError(msg) (no-pyoxidizer !)
*ProgrammingError: this repository does not support the internal phase (glob)
$ hg --config "phases.new-commit=archived" commit -m "my test archived commit" 2>&1 | grep ProgrammingError
** ProgrammingError: this repository does not support the archived phase
- raise error.ProgrammingError(msg)
+ raise error.ProgrammingError(msg) (no-pyoxidizer !)
*ProgrammingError: this repository does not support the archived phase (glob)
$ cd ..
To: marmoute, #hg-reviewers
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210819/4f8b9fd3/attachment-0002.html>
More information about the Mercurial-patches
mailing list