commands.update() normally gets its "rev" argument as a string, but
test-basic.t was passing an integer. That happened to work, but we
shouldn't rely on it.
Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHGecaa0ad4ed4f: tests: pass "rev" argument to commands.update() as string
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Added a b'' prefix in flight for py3.