Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG035b77bf01d2: py3: make sure we write in mergestate in bytes mode
rHG4af56aaccba4: py3: make sure we write in mergestate in bytes mode
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
This is actually noop since vfs adds 'b' automatically, but an explicit 'b' looks better.