comparison tests/test-clone-failure.out @ 2057:fef2d653beaf

Never exit directly from commands.dispatch(), but pass return code to caller. Usually the caller is commands.run(). Some extensions still use sys.exit(), this is catched, too. Fixed wrong return statement in commands.recover() yielding a zero exit code.
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 11 Apr 2006 08:42:07 +0200
parents a679a364436a
children 30c7564f6dfc
comparison
equal deleted inserted replaced
2056:1f6d520557ec 2057:fef2d653beaf
4 abort: error: Connection refused 4 abort: error: Connection refused
5 255 5 255
6 abort: repository a not found! 6 abort: repository a not found!
7 255 7 255
8 abort: destination '../a' already exists 8 abort: destination '../a' already exists
9 1 9 255
10 abort: repository a not found! 10 abort: repository a not found!
11 255 11 255
12 abort: destination 'q' already exists 12 abort: destination 'q' already exists