mercurial/localrepo.py
changeset 4232 0d51eb296fb9
parent 4214 5ccbc0be6cdb
parent 4229 24c22a3f2ef8
child 4258 b11a2fb59cf5
child 4273 4a1504264261
--- a/mercurial/localrepo.py	Thu Mar 15 18:57:47 2007 -0500
+++ b/mercurial/localrepo.py	Fri Mar 16 00:45:18 2007 -0300
@@ -902,7 +902,7 @@
                         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