PyCharm flagged the revs = [..] as an unused assignment. But then neither
revs nor checkout is used, and I can't see where hg.addbranchrevs() has
external side effects.
Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHG6e8678e7223a: revset: drop some unused code in the `remote` revset
Diff Detail
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.