This is an archive of the discontinued Mercurial Phabricator instance.

py3: add b'' prefixes in tests/test-hgweb-no-path-info.t
ClosedPublic

Authored by pulkit on Sep 16 2018, 11:53 AM.

Details

Summary
  1. skip-blame because just b'' prefixes

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

pulkit created this revision.Sep 16 2018, 11:53 AM
This revision was automatically updated to reflect the committed changes.
yuja added a subscriber: yuja.Sep 16 2018, 9:48 PM
> output = stringio()
> env['QUERY_STRING'] = 'style=raw'
  • > process(hgwebdir({'repo': '.'}))

+ > process(hgwebdir({'repo': b'.'}))

Maybe need b'repo'.