Fix conflict resolution bug in transactionalUndo.
The value of _loadBack() -- a pickle and a serialno -- was being passed to tryToResolveConflict() where only a pickle was expected. XXX _loadBack() can raise KeyError, but this wasn't handled by the code. Turn into UndoError() for now.
Showing
Please register or sign in to comment