mercurial/localrepo.py
changeset 43090 1f339b503a40
parent 43089 c59eb1560c44
child 43104 74802979dd9d
--- a/mercurial/localrepo.py	Sun Oct 06 16:55:18 2019 -0400
+++ b/mercurial/localrepo.py	Sun Oct 06 16:58:55 2019 -0400
@@ -23,7 +23,10 @@
     nullrev,
     short,
 )
-from .pycompat import getattr
+from .pycompat import (
+    delattr,
+    getattr,
+)
 from . import (
     bookmarks,
     branchmap,