mercurial/localrepo.py
changeset 4232 0d51eb296fb9
parent 4218 5ccbc0be6cdb
parent 4229 24c22a3f2ef8
child 4263 4a1504264261
child 4267 b11a2fb59cf5
--- a/mercurial/localrepo.py
+++ b/mercurial/localrepo.py
@@ -902,7 +902,7 @@ class localrepository(repo.repository):
                         yield 'b', fn
                 else:
                     self.ui.warn(_('%s: No such file in rev %s\n') % (
-                        util.pathto(self.getcwd(), fn), short(node)))
+                        util.pathto(self.root, self.getcwd(), fn), short(node)))
         else:
             for src, fn in self.dirstate.walk(files, match, badmatch=badmatch):
                 yield src, fn