This will allow adding a --rev flag that can be passed more than once.
Details
- Reviewers
Alphare pulkit - Group Reviewers
hg-reviewers - Commits
- rHGc3d0b3c29ec4: bisect: refactor to work on a list of revspecs
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
mercurial/commands.py | ||
---|---|---|
1085 | Should this raise above when the lookup is first done, before it potentially saves state in if good or bad or skip around line 1053? |
mercurial/commands.py | ||
---|---|---|
1085 | This raise is here to match the revsingle behavior. So we did not raise anything earlier before and I don't think we need to raise it sooner now (or at lieast not in that topic). |
mercurial/commands.py | ||
---|---|---|
1085 | I agree with both @mharbison72 and @marmoute here. @SimonSapin since you are here editing this code, can you make sure we do this check sooner and send a followup if possible? |
Should this raise above when the lookup is first done, before it potentially saves state in if good or bad or skip around line 1053?