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