mercurial/context.py
changeset 5813 3ef279074c77
parent 5811 180a3eee4b75
child 6210 942287cb1f57
--- a/mercurial/context.py	Sun Jan 06 13:17:10 2008 +0100
+++ b/mercurial/context.py	Sun Jan 06 15:40:32 2008 +0100
@@ -281,7 +281,7 @@
         fl = self._filelog
         pl = [(p, n, fl) for n in self._filelog.parents(self._filenode)]
 
-        r = self.renamed()
+        r = self._filelog.renamed(self._filenode)
         if r:
             pl[0] = (r[0], r[1], None)