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
 Lint Skipped - Unit
 Unit Tests Skipped 
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.