--- a/hgext3rd/evolve/evolvecmd.py Tue Dec 10 20:47:13 2019 +0100
+++ b/hgext3rd/evolve/evolvecmd.py Thu Dec 12 17:16:02 2019 +0530
@@ -504,7 +504,7 @@
try:
succsdivp1 = utility._singlesuccessor(repo, divergent.p1())
except utility.MultipleSuccessorsError:
- msg = _(b"ambiguous orphan resolution parent for %b")
+ msg = _(b"ambiguous orphan resolution parent for %s")
raise error.Abort(msg % divergent.hex()[:12])
# relocate divergent cset to its obsolete parent's successsor
if succsdivp1 != divergent.p1().rev():