mercurial/cmdutil.py
changeset 43087 66f2cc210a29
parent 43085 eef9a2d67051
child 43089 c59eb1560c44
--- a/mercurial/cmdutil.py	Sun Oct 06 14:51:45 2019 -0400
+++ b/mercurial/cmdutil.py	Sun Oct 06 14:58:42 2019 -0400
@@ -19,7 +19,10 @@
     nullrev,
     short,
 )
-from .pycompat import open
+from .pycompat import (
+    open,
+    setattr,
+)
 
 from . import (
     bookmarks,