Show More
@@ -951,7 +951,8 b' class localrepository(repo.repository):' | |||||
951 | if fcmp(f, getnode): |
|
951 | if fcmp(f, getnode): | |
952 | modified.append(f) |
|
952 | modified.append(f) | |
953 | else: |
|
953 | else: | |
954 |
|
|
954 | if list_clean: | |
|
955 | clean.append(f) | |||
955 | if not wlock and not mywlock: |
|
956 | if not wlock and not mywlock: | |
956 | mywlock = True |
|
957 | mywlock = True | |
957 | try: |
|
958 | try: |
General Comments 0
You need to be logged in to leave comments.
Login now