mercurial/__init__.py
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Fri, 16 Feb 2007 05:10:43 -0200
changeset 4095 6fa7a2d0fc2e
parent 0 9117c6561b0b
permissions -rw-r--r--
hgweb: catch util.Abort raised by addchangegroup Right now, if a pretxnchangegroup hook fails, we send some HTML error message to the client and the transaction is not rolled back (issue499). Catching util.Abort allows us to send a decent message to the client and for some reason makes the rollback complete. This patch is not perfect since it doesn't fix the reason why the transaction wasn't rolled back (maybe some circular references?). Also, the transaction is aborted only after we've sent the response back to the client and the "transaction aborted" message ends up in the logs of the web server.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: