The biggest problem is for the changegroup command (the one that sends a stream
on clone/pull), if a traceback happen during this command it will be "embedded"
in the stream. Detecting this is quite hard. (Most of the other errors can be
seen by pointing a browser to the repo) |