##// END OF EJS Templates
strip: use the 'finally: tr.release' pattern during stripping...
strip: use the 'finally: tr.release' pattern during stripping The previous code, was calling 'abort' in all exception cases. This was wrong when an exception was raised by post-close callback on the transaction. Calling 'abort' on an already closed transaction resulted in a error, shadowing the original error. We now use the same pattern as everywhere else. 'tr.release()' will abort the transaction if we escape the scope without closing it. We add a test to make sure we do not regress.

File last commit:

r25887:21aa1c31 3.5 stable
r26012:d815a599 stable
Show More
pt_BR.po
0 lines | 1.0 MiB | application/x-gettext
File size 1.0 MiB is bigger then allowed limit 515.6 KiB. Show as raw