Show More
@@ -711,8 +711,8 b' class localrepository:' | |||||
711 | # do a full compare of any files that might have changed |
|
711 | # do a full compare of any files that might have changed | |
712 | change = self.changelog.read(self.dirstate.parents()[0]) |
|
712 | change = self.changelog.read(self.dirstate.parents()[0]) | |
713 | mf1 = self.manifest.read(change[0]) |
|
713 | mf1 = self.manifest.read(change[0]) | |
714 |
for f in l |
|
714 | for f in l: | |
715 | if fcmp(f, mf): |
|
715 | if fcmp(f, mf1): | |
716 | c.append(f) |
|
716 | c.append(f) | |
717 | return (c, a, d, u) |
|
717 | return (c, a, d, u) | |
718 |
|
718 |
General Comments 0
You need to be logged in to leave comments.
Login now