Yes, really.
Details
Details
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
Comment Actions
$ hg log -b --cwd=inexistent default
- abort: $ENOENT$: 'inexistent'
+ abort: \$ENOENT\$: ('inexistent'|inexistent) (re)
That's our fault. The exception is caught as IOError on Python 3, and our
formatting of IOError and OSError are slightly different!
Maybe we should unify them.