changeset 548 | e2e963e255fd |
parent 547 | 4fc63e22b1fe |
child 553 | f2442a6a5893 |
--- a/mercurial/hg.py Thu Jun 30 23:28:16 2005 -0800 +++ b/mercurial/hg.py Thu Jun 30 23:44:49 2005 -0800 @@ -711,8 +711,8 @@ # do a full compare of any files that might have changed change = self.changelog.read(self.dirstate.parents()[0]) mf1 = self.manifest.read(change[0]) - for f in lookup: - if fcmp(f, mf): + for f in l: + if fcmp(f, mf1): c.append(f) return (c, a, d, u)