- skip-blame because just b'' prefixes
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG19f701387ed5: py3: add b'' prefixes in tests/test-hgweb-no-path-info.t
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
> output = stringio() > env['QUERY_STRING'] = 'style=raw'
- > process(hgwebdir({'repo': '.'}))
+ > process(hgwebdir({'repo': b'.'}))
Maybe need b'repo'.