evolvecmd: fix a typo node->None
authorMartin von Zweigbergk <martinvonz@google.com>
Thu, 19 Dec 2019 21:36:59 -0800
changeset 5022 95af630d913a
parent 5021 edcff79a3192
child 5027 08be8a4d5196
child 5229 d8ea3c829477
evolvecmd: fix a typo node->None
hgext3rd/evolve/evolvecmd.py
--- a/hgext3rd/evolve/evolvecmd.py	Thu Dec 19 21:15:31 2019 -0800
+++ b/hgext3rd/evolve/evolvecmd.py	Thu Dec 19 21:36:59 2019 -0800
@@ -61,7 +61,7 @@
     returns a tuple (bool, newnode) where,
         bool: a boolean value indicating whether the instability was solved
         newnode: if bool is True, then the newnode of the resultant commit
-                 formed. newnode can be node, when resolution led to no new
+                 formed. newnode can be None, when resolution led to no new
                  commit. If bool is False, this is ".".
     """
     tr = repo.currenttransaction()