test/data/scripts/script1.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 01 Oct 2010 18:49:47 +0200
branchstable
changeset 6385 9f91d09ee5fa
parent 5436 2455ca3a2a3a
child 6631 26c303c3f1aa
permissions -rw-r--r--
[repo transaction] fix rollback behaviour as discussed on the mailing-list: instead of rollbacking automatically on Unauthorized/ValidationError, mark the transaction as uncommitable and disallow commiting

assert 'data/scripts/script1.py' == __file__
assert '__main__' == __name__
assert [] == __args__, __args__