Show More
@@ -1057,9 +1057,11 b' class queue:' | |||||
1057 | aaa = aa[:] |
|
1057 | aaa = aa[:] | |
1058 | if opts.get('short'): |
|
1058 | if opts.get('short'): | |
1059 | filelist = mm + aa + dd |
|
1059 | filelist = mm + aa + dd | |
|
1060 | match = dict.fromkeys(filelist).__contains__ | |||
1060 | else: |
|
1061 | else: | |
1061 | filelist = None |
|
1062 | filelist = None | |
1062 | m, a, r, d, u = repo.status(files=filelist)[:5] |
|
1063 | match = util.always | |
|
1064 | m, a, r, d, u = repo.status(files=filelist, match=match)[:5] | |||
1063 |
|
1065 | |||
1064 | # we might end up with files that were added between tip and |
|
1066 | # we might end up with files that were added between tip and | |
1065 | # the dirstate parent, but then changed in the local dirstate. |
|
1067 | # the dirstate parent, but then changed in the local dirstate. |
General Comments 0
You need to be logged in to leave comments.
Login now