Show More
@@ -426,7 +426,7 def bisect(repo, subset, x): | |||
|
426 | 426 | # i18n: "bisect" is a keyword |
|
427 | 427 | status = getstring(x, _("bisect requires a string")).lower() |
|
428 | 428 | state = set(hbisect.get(repo, status)) |
|
429 |
return subset |
|
|
429 | return subset & state | |
|
430 | 430 | |
|
431 | 431 | # Backward-compatibility |
|
432 | 432 | # - no help entry so that we do not advertise it any more |
General Comments 0
You need to be logged in to leave comments.
Login now