This is an archive of the discontinued Mercurial Phabricator instance.

pure: don't allow index[len(index)] to mean nullid
AbandonedPublic

Authored by durin42 on Aug 9 2018, 11:50 PM.

Details

Reviewers
martinvonz
Group Reviewers
hg-reviewers
Summary

This should have been part of a3dacabd476b (index: don't allow
index[len(index)] to mean nullid, 2018-07-20). Thanks to Augie for
making me run the pure version of test-parseindex2.py. Interestingly,
I think I ran that test on the parent commit (and that's why I updated
the pure version in that commit), but then I seem to quickly have
forgotten about the pure code :(

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

martinvonz created this revision.Aug 9 2018, 11:50 PM
durin42 commandeered this revision.
durin42 abandoned this revision.

My identical patch was landed from D4183.