--- 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()