##// END OF EJS Templates
pyoxidized: adapt output of `test-phases.t`...
marmoute -
r48649:f1af5a08 stable
parent child Browse files
Show More
@@ -898,11 +898,11 b' Check we deny its usage on older reposit'
898 A X
898 A X
899 $ hg --config "phases.new-commit=internal" commit -m "my test internal commit" 2>&1 | grep ProgrammingError
899 $ hg --config "phases.new-commit=internal" commit -m "my test internal commit" 2>&1 | grep ProgrammingError
900 ** ProgrammingError: this repository does not support the internal phase
900 ** ProgrammingError: this repository does not support the internal phase
901 raise error.ProgrammingError(msg)
901 raise error.ProgrammingError(msg) (no-pyoxidizer !)
902 *ProgrammingError: this repository does not support the internal phase (glob)
902 *ProgrammingError: this repository does not support the internal phase (glob)
903 $ hg --config "phases.new-commit=archived" commit -m "my test archived commit" 2>&1 | grep ProgrammingError
903 $ hg --config "phases.new-commit=archived" commit -m "my test archived commit" 2>&1 | grep ProgrammingError
904 ** ProgrammingError: this repository does not support the archived phase
904 ** ProgrammingError: this repository does not support the archived phase
905 raise error.ProgrammingError(msg)
905 raise error.ProgrammingError(msg) (no-pyoxidizer !)
906 *ProgrammingError: this repository does not support the archived phase (glob)
906 *ProgrammingError: this repository does not support the archived phase (glob)
907
907
908 $ cd ..
908 $ cd ..
General Comments 0
You need to be logged in to leave comments. Login now