Show More
@@ -972,10 +972,10 b' class localrepository(repo.repository):' | |||||
972 | # update dirstate for files that are actually clean |
|
972 | # update dirstate for files that are actually clean | |
973 | if fixup: |
|
973 | if fixup: | |
974 | try: |
|
974 | try: | |
|
975 | # updating the dirstate is optional | |||
|
976 | # so we don't wait on the lock | |||
975 | wlock = self.wlock(False) |
|
977 | wlock = self.wlock(False) | |
976 | try: |
|
978 | try: | |
977 | # updating the dirstate is optional |
|
|||
978 | # so we don't wait on the lock |
|
|||
979 | for f in fixup: |
|
979 | for f in fixup: | |
980 | self.dirstate.normal(f) |
|
980 | self.dirstate.normal(f) | |
981 | finally: |
|
981 | finally: |
General Comments 0
You need to be logged in to leave comments.
Login now