This is an archive of the discontinued Mercurial Phabricator instance.

revlog: adjust doctest examples to be portable to Python 3
ClosedPublic

Authored by durin42 on Jul 11 2018, 1:56 PM.

Details

Summary

The range() builtin returns a special object rather than a list, but
we really wanted a list in these examples.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

durin42 created this revision.Jul 11 2018, 1:56 PM
pulkit accepted this revision.Jul 11 2018, 1:58 PM
This revision was automatically updated to reflect the committed changes.