This implement the "reading" part of a sidedata flag processor.
Details
Details
- Reviewers
durin42 indygreg - Group Reviewers
hg-reviewers - Commits
- rHG294afb982a88: sidedata: add a function to read sidedata from revlog raw text
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
mercurial/revlogutils/sidedata.py | ||
---|---|---|
42 | Python 3 will require a r'' because of source transformation. |
Python 3 will require a r'' because of source transformation.