server/hook.py
branchstable
changeset 5220 42f854b6083d
parent 5194 395f076512a1
child 5238 31c12863fd9d
child 5287 6346f1fd0a50
--- a/server/hook.py	Mon Apr 12 15:28:26 2010 +0200
+++ b/server/hook.py	Mon Apr 12 16:49:35 2010 +0200
@@ -364,14 +364,14 @@
       revert things (including the operation which made fail the commit)
 
     rollback:
-      the transaction has been either rollbacked either
-      * intentionaly
-      * a precommit event failed, all operations are rollbacked
-      * a commit event failed, all operations which are not been triggered for
-        commit are rollbacked
+      the transaction has been either rollbacked either:
+       * intentionaly
+       * a precommit event failed, all operations are rollbacked
+       * a commit event failed, all operations which are not been triggered for
+         commit are rollbacked
 
-    order of operations may be important, and is controlled according to:
-    * operation's class
+    order of operations may be important, and is controlled according to
+    the insert_index's method output
     """
 
     def __init__(self, session, **kwargs):