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