Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHG125fc478719f: py3: fix test-status.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
tests/test-status.t | ||
---|---|---|
540–543 | are we hiding a b'' prefix here? |
Comment Actions
test-status.t:540
status = [
- {*'path': '1/2/3/4/5/b.txt'*}, (glob)
+ {*'path': *'1/2/3/4/5/b.txt'*}, (glob)
]are we hiding a b'' prefix here?
Let's fix formatter.debugformatter.
tests/test-status.t | ||
---|---|---|
540–543 | Yes - it's '...' on py2.7 and b'...' on py3. Is there a better way to check for these in debugoutput? |
tests/test-status.t | ||
---|---|---|
540–543 | Queued with this hunk dropped. Thanks! |
are we hiding a b'' prefix here?