D4943: remotefilelog: bump pack file formats to version 2

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Thu Oct 11 09:43:44 EDT 2018


indygreg accepted this revision.
indygreg added inline comments.
This revision is now accepted and ready to land.

INLINE COMMENTS

> historypack.py:18-21
>  INDEXFORMAT0 = '!20sQQ'
>  INDEXENTRYLENGTH0 = struct.calcsize(INDEXFORMAT0)
>  INDEXFORMAT1 = '!20sQQII'
>  INDEXENTRYLENGTH1 = struct.calcsize(INDEXFORMAT1)

Presumably we'll want to delete/rename these. Can be done as a follow-up.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D4943

To: durin42, #hg-reviewers, indygreg
Cc: indygreg, mercurial-devel


More information about the Mercurial-devel mailing list