This is an archive of the discontinued Mercurial Phabricator instance.

py3: fix test-update-atomic.t
ClosedPublic

Authored by durin42 on Jan 24 2019, 3:03 PM.

Details

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

durin42 created this revision.Jan 24 2019, 3:03 PM
pulkit added inline comments.Jan 24 2019, 3:10 PM
tests/test-update-atomic.t
13

hm, why is this change required?

durin42 added inline comments.Jan 24 2019, 3:11 PM
tests/test-update-atomic.t
13
% python -c 'print(oct(10))'
012
% python3 -c 'print(oct(10))'
0o12
pulkit added inline comments.Jan 24 2019, 3:16 PM
tests/test-update-atomic.t
13

Will add the above to commit message in flight.

pulkit accepted this revision.Jan 24 2019, 3:17 PM
This revision was automatically updated to reflect the committed changes.