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