Alon Bar-Lev has uploaded a new change for review. Change subject: miniyum: force forget current state when rollback ......................................................................
miniyum: force forget current state when rollback Change-Id: Ifca7382ecee93f16c722c61a0c0300bbd9114970 Signed-off-by: Alon Bar-Lev <[email protected]> --- M src/otopi/miniyum.py 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/46/16746/1 diff --git a/src/otopi/miniyum.py b/src/otopi/miniyum.py index 3369941..d6d91cf 100755 --- a/src/otopi/miniyum.py +++ b/src/otopi/miniyum.py @@ -658,6 +658,7 @@ cacheonly=1 ) del self._yb.tsInfo + del self._yb.ts if self._yb.history_undo(transactionCurrent): if self.buildTransaction(): self.processTransaction() -- To view, visit http://gerrit.ovirt.org/16746 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ifca7382ecee93f16c722c61a0c0300bbd9114970 Gerrit-PatchSet: 1 Gerrit-Project: otopi Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
