equal
deleted
inserted
replaced
909 & 3, |
909 & 3, |
910 items[revlog_constants.INDEX_ENTRY_V2_IDX_RANK], |
910 items[revlog_constants.INDEX_ENTRY_V2_IDX_RANK], |
911 ) |
911 ) |
912 |
912 |
913 def _pack_entry(self, rev, entry): |
913 def _pack_entry(self, rev, entry): |
|
914 |
914 base = entry[revlog_constants.ENTRY_DELTA_BASE] |
915 base = entry[revlog_constants.ENTRY_DELTA_BASE] |
915 link_rev = entry[revlog_constants.ENTRY_LINK_REV] |
916 link_rev = entry[revlog_constants.ENTRY_LINK_REV] |
916 assert base == rev, (base, rev) |
917 assert base == rev, (base, rev) |
917 assert link_rev == rev, (link_rev, rev) |
918 assert link_rev == rev, (link_rev, rev) |
918 data = ( |
919 data = ( |