-
Jeremy Hylton authored
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.
95f9483c