Mercurial > public > mercurial-scm > hg-stable
diff mercurial/localrepo.py @ 4232:0d51eb296fb9
Merge with crew-stable
author | Alexis S. L. Carvalho <alexis@cecm.usp.br> |
---|---|
date | Fri, 16 Mar 2007 00:45:18 -0300 |
parents | 5ccbc0be6cdb 24c22a3f2ef8 |
children | b11a2fb59cf5 4a1504264261 |
line wrap: on
line diff
--- 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