##// END OF EJS Templates
issue1577: fix broken test by assuming less about CVS output....
issue1577: fix broken test by assuming less about CVS output. Specifically, output of "cvs ci" varies unpredictably across CVS versions, so any test that includes the output of "cvs ci" is doomed to fail some of the time. This fixes that by discarding the output of "cvs ci".

File last commit:

r7210:833d1250 default
r8081:6c3b8132 default
Show More
test-bad-extension.out
5 lines | 206 B | text/plain | TextLexer
/ tests / test-bad-extension.out
Jesse Glick
When failing to load an extension, show where Hg tried to load it from.
r6204 *** failed to import extension badext from .../badext.py: bit bucket overflow
*** failed to import extension badext2: No module named badext2
Matt Mackall
help: update help...
r7210 hg help [TOPIC]
Alexis S. L. Carvalho
load extensions only after the ui object has been completely initialized...
r3014
Matt Mackall
help: update help...
r7210 show help for a given topic or a help overview