D6890: sidedata: add a function to read sidedata from revlog raw text

2019-10-03 Thread indygreg (Gregory Szorc)
indygreg added inline comments. INLINE COMMENTS > sidedata.py:42 > +SIDEDATA_HEADER = struct.Struct('>H') > +SIDEDATA_ENTRY = struct.Struct('>HL20s') > + Python 3 will require a `r''` because of source transformation. REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION

D6890: sidedata: add a function to read sidedata from revlog raw text

2019-10-01 Thread marmoute (Pierre-Yves David)
Closed by commit rHG294afb982a88: sidedata: add a function to read sidedata from revlog raw text (authored by marmoute). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D6890: sidedata: add a function to read sidedata from revlog raw text

2019-10-01 Thread marmoute (Pierre-Yves David)
marmoute updated this revision to Diff 16737. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6890?vs=16657=16737 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6890/new/ REVISION DETAIL https://phab.mercurial-scm.org/D6890 AFFECTED FILES

D6890: sidedata: add a function to read sidedata from revlog raw text

2019-09-27 Thread marmoute (Pierre-Yves David)
marmoute updated this revision to Diff 16657. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6890?vs=16648=16657 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6890/new/ REVISION DETAIL https://phab.mercurial-scm.org/D6890 AFFECTED FILES

D6890: sidedata: add a function to read sidedata from revlog raw text

2019-09-27 Thread marmoute (Pierre-Yves David)
marmoute created this revision. marmoute added a reviewer: durin42. Herald added a reviewer: indygreg. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This implement the "reading" part of a `sidedata` flag processor. REPOSITORY rHG