Show More
@@ -123,7 +123,7 b' def stringset(repo, subset, x):' | |||||
123 | x = repo[x].rev() |
|
123 | x = repo[x].rev() | |
124 | if x == -1 and len(subset) == len(repo): |
|
124 | if x == -1 and len(subset) == len(repo): | |
125 | return [-1] |
|
125 | return [-1] | |
126 | if x in subset: |
|
126 | if len(subset) == len(repo) or x in subset: | |
127 | return [x] |
|
127 | return [x] | |
128 | return [] |
|
128 | return [] | |
129 |
|
129 |
General Comments 0
You need to be logged in to leave comments.
Login now