Added the logic to find those csets whose phase will be changed
without --dry-run and return those csets.
Details
- Reviewers
baymax - Group Reviewers
hg-reviewers
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
mercurial/phases.py | ||
---|---|---|
407–411 | Add documentation about dry-run and the return value. | |
433 | Why are we not using this affected set here to find the changesets whose phase is changed? | |
446 | (Not sure which line I should put this comment on) Just like D3671, here also, the function should return the correct set of changes whose phase have been changed irrespective of the dryrun value passed. | |
535 | This should better be: `If dryrun is True, no actions will be performed returns a set of revs whose phase is changed or should be changed` |
There seems to have been no activities on this Diff for the past 3 Months.
By policy, we are automatically moving it out of the need-review state.
Please, move it back to need-review without hesitation if this diff should still be discussed.
:baymax:need-review-idle:
Add documentation about dry-run and the return value.