# HG changeset patch # User Martin von Zweigbergk # Date 1576820219 28800 # Node ID 95af630d913a7b86a7962f03929f572b04458785 # Parent edcff79a31929ad12e37155256a6f4cef87123e4 evolvecmd: fix a typo node->None diff -r edcff79a3192 -r 95af630d913a 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()