Show More
@@ -710,8 +710,10 b' class localrepository(repo.repository):' | |||||
710 | for f in lookup: |
|
710 | for f in lookup: | |
711 | if fcmp(f, mf2): |
|
711 | if fcmp(f, mf2): | |
712 | modified.append(f) |
|
712 | modified.append(f) | |
713 |
el |
|
713 | else: | |
714 |
|
|
714 | clean.append(f) | |
|
715 | if wlock is not None: | |||
|
716 | self.dirstate.update([f], "n") | |||
715 | else: |
|
717 | else: | |
716 | # we are comparing working dir against non-parent |
|
718 | # we are comparing working dir against non-parent | |
717 | # generate a pseudo-manifest for the working dir |
|
719 | # generate a pseudo-manifest for the working dir |
General Comments 0
You need to be logged in to leave comments.
Login now