##// END OF EJS Templates
Restructure option handling...
Restructure option handling -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Restructure option handling This allows global options to appear before or after the command name Also includes a patch from Andrew Thompson <andrewkt@aktzero.com> to catch invalid global options. manifest hash: 2a1285c0caf04ae79dca10cb899d183d84a6f3d4 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCx80cywK+sNU5EO8RApJSAJ9U6ijOIbMDAd4lcahY6dXCTPcsNACeKuNT iVhCp9IvacwwuHjAFXsLJEQ= =Q9Qe -----END PGP SIGNATURE-----

File last commit:

r547:4fc63e22 merge default
r592:74175ce8 default
Show More
test-bad-pull.out
22 lines | 435 B | text/plain | TextLexer
/ tests / test-bad-pull.out
mpm@selenic.com
Fix troubles with clone and exception handling...
r503 + hg clone http://localhost:20059/ copy
mpm@selenic.com
commands: report http exceptions nicely...
r395 requesting all changes
adding changesets
abort: error 111: Connection refused
transaction abort!
rollback completed
mpm@selenic.com
Fix troubles with clone and exception handling...
r503 + echo 255
255
+ ls copy
Thomas Arendsen Hein
Work-around failing tests/test-bad-pull with slow bg process....
r545 ls: copy: No such file or directory
mpm@selenic.com
Fix troubles with clone and exception handling...
r503 + cat
+ python dumb.py
Thomas Arendsen Hein
Work-around failing tests/test-bad-pull with slow bg process....
r545 + sleep 2
mpm@selenic.com
Fix troubles with clone and exception handling...
r503 + hg clone http://localhost:20059/foo copy2
mpm@selenic.com
commands: report http exceptions nicely...
r395 requesting all changes
adding changesets
abort: HTTP Error 404: File not found
transaction abort!
rollback completed
mpm@selenic.com
Fix troubles with clone and exception handling...
r503 + echo 255
255
+ set +x