##// END OF EJS Templates
error: add InMemoryMergeConflictsError...
Phil Cohen -
r35104:795bfa2a default
parent child Browse files
Show More
@@ -301,3 +301,7 b' class CorruptedState(Exception):'
301 301
302 302 class PeerTransportError(Abort):
303 303 """Transport-level I/O error when communicating with a peer repo."""
304
305 class InMemoryMergeConflictsError(Exception):
306 """Exception raised when merge conflicts arose during an in-memory merge."""
307 __bytes__ = _tobytes
General Comments 0
You need to be logged in to leave comments. Login now