All of the callers appear to pass a list, so this doesn't fix anything in core
hg. But maybe out of tree extensions use this shortcut.
Details
Details
- Reviewers
dlax pulkit - Group Reviewers
hg-reviewers - Commits
- rHG8accf5fa9930: repair: fix an `isinstance(nodelist, str)` check for py3
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.
Event Timeline
Comment Actions
All these API where one can pass either a list of "things" or just one "thing" is kind of ugly. We should only handle the list case, I think.