We can now tell what type of revision specifier we have just by
looking at it (we no longer attempt to interpret it in one way after
the other -- that's now in scmutil.revsymbol()). Let's clarify this in
the code by swithing to if/elif.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHGbb8e93b332a7: context: clarify that only one attempt is made to interpret changeid
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.