Mercurial > hg-stable
changeset 47836:f1af5a084862 stable
pyoxidized: adapt output of `test-phases.t`
We are getting one less line. I am not sure why, but it seems fairly minor.
Differential Revision: https://phab.mercurial-scm.org/D11293
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 18 Aug 2021 12:42:16 +0200 |
parents | f799355d8fe3 |
children | 1cb01c71ba32 |
files | tests/test-phases.t |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-phases.t Wed Aug 18 01:27:45 2021 +0200 +++ b/tests/test-phases.t Wed Aug 18 12:42:16 2021 +0200 @@ -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 ..