mercurial/context.py
changeset 23561 3c2419e07df5
parent 23560 aead63705504
child 23562 59e703aecaf6
--- a/mercurial/context.py	Thu Oct 16 23:27:54 2014 -0700
+++ b/mercurial/context.py	Sun Dec 14 19:11:44 2014 -0800
@@ -409,7 +409,7 @@
 
             # lookup bookmarks through the name interface
             try:
-                self._node = repo.names.singlenode(changeid)
+                self._node = repo.names.singlenode(repo, changeid)
                 self._rev = repo.changelog.rev(self._node)
                 return
             except KeyError: