mercurial/simplemerge.py
changeset 48565 7ed4c4753891
parent 48564 c2537aec3bb6
child 48566 50de08904c63
--- a/mercurial/simplemerge.py	Tue Jan 11 22:13:56 2022 -0800
+++ b/mercurial/simplemerge.py	Fri Jan 14 08:44:36 2022 -0800
@@ -27,10 +27,6 @@
 from .utils import stringutil
 
 
-class CantReprocessAndShowBase(Exception):
-    pass
-
-
 def intersect(ra, rb):
     """Given two ranges return the range where they intersect or None.