Show More
@@ -2051,7 +2051,7 b' class queue(object):' | |||||
2051 | for f in m: |
|
2051 | for f in m: | |
2052 | repo.dirstate.update_file_p1(f, p1_tracked=True) |
|
2052 | repo.dirstate.update_file_p1(f, p1_tracked=True) | |
2053 | for f in mm: |
|
2053 | for f in mm: | |
2054 |
repo.dirstate. |
|
2054 | repo.dirstate.update_file_p1(f, p1_tracked=True) | |
2055 | for f in forget: |
|
2055 | for f in forget: | |
2056 | repo.dirstate.drop(f) |
|
2056 | repo.dirstate.drop(f) | |
2057 |
|
2057 |
General Comments 0
You need to be logged in to leave comments.
Login now