changeset 5022:95af630d913a

evolvecmd: fix a typo node->None
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 19 Dec 2019 21:36:59 -0800
parents edcff79a3192
children 08be8a4d5196
files hgext3rd/evolve/evolvecmd.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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()