mercurial/merge.py
changeset 43090 1f339b503a40
parent 43077 687b865b95ad
child 43104 74802979dd9d
--- a/mercurial/merge.py	Sun Oct 06 16:55:18 2019 -0400
+++ b/mercurial/merge.py	Sun Oct 06 16:58:55 2019 -0400
@@ -23,6 +23,7 @@
     nullid,
     nullrev,
 )
+from .pycompat import delattr
 from .thirdparty import attr
 from . import (
     copies,