convert: don't reimplement any()
Differential Revision: https://phab.mercurial-scm.org/D2373
verify: don't reimplement any()
Differential Revision: https://phab.mercurial-scm.org/D2372
walkrepos: don't reimplement any()
Differential Revision: https://phab.mercurial-scm.org/D2371
py3: make sure we open file in bytes mode
Differential Revision: https://phab.mercurial-scm.org/D2360
py3: add b'' to test-ui-color.py
# skip-blame because just b'' prefixes
Differential Revision: https://phab.mercurial-scm.org/D2359
debuginstall: strip double quotes from editorbin on Windows
The unconditional posix style shlex.split() prior to
94a1ff16f362 handled this.
This isn't mutually exclusive with stripping the quotes in util.findexe()- if
the editor can't be found, this command prints out the string, inside single
quotes.