--- a/mercurial/scmutil.py Thu Jul 05 09:53:00 2018 +0530
+++ b/mercurial/scmutil.py Sun Jun 10 17:07:29 2018 +0900
@@ -865,7 +865,7 @@
continue
from . import bookmarks # avoid import cycle
repo.ui.debug('moving bookmarks %r from %s to %s\n' %
- (util.rapply(pycompat.maybebytestr, oldbmarks),
+ (pycompat.rapply(pycompat.maybebytestr, oldbmarks),
hex(oldnode), hex(newnode)))
# Delete divergent bookmarks being parents of related newnodes
deleterevs = repo.revs('parents(roots(%ln & (::%n))) - parents(%n)',