This is an archive of the discontinued Mercurial Phabricator instance.

bisect: replace a missing method on the list primitive
ClosedPublic

Authored by mharbison72 on Mar 13 2021, 2:33 PM.

Details

Summary

Caught by pytype:

File "/mnt/c/Users/Matt/hg/mercurial/commands.py", line 1095, in bisect: No attribute 'last' on list [attribute-error]
  In list

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

mharbison72 created this revision.Mar 13 2021, 2:33 PM
pulkit accepted this revision.Mar 17 2021, 4:56 AM
This revision is now accepted and ready to land.Mar 17 2021, 4:56 AM