Details
Details
- Reviewers
indygreg - Group Reviewers
hg-reviewers - Commits
- rHG4d820b8ad42f: ui: coerce system exception to bytes before dropping it in our StdioError
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 breaks test-basic.t and is wrong because StdioError is an IOError,
which takes a system string.
@@ -36,10 +36,10 @@ #if devfull $ hg status >/dev/full 2>&1 - [255] + [1] $ hg status ENOENT 2>/dev/full - [255] + [1] #endif
I'll drop this from hg-committed.