This is an archive of the discontinued Mercurial Phabricator instance.

pure: create type for revlog v0 index
ClosedPublic

Authored by martinvonz on Aug 1 2018, 2:47 PM.

Details

Summary

The new type takes care of hiding the nullid entry. This type helps us
transition away from including that entry at index[len(index)-1].

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

martinvonz created this revision.Aug 1 2018, 2:47 PM
martinvonz updated this revision to Diff 9779.Aug 2 2018, 12:40 AM
yuja added a subscriber: yuja.Aug 4 2018, 12:05 AM

Queued up to this, thanks. Can you rebase the remainder?

This revision was automatically updated to reflect the committed changes.
In D4020#63476, @yuja wrote:

Queued up to this, thanks. Can you rebase the remainder?

Thanks! Will do right away.