Submitter | phabricator |
---|---|
Date | May 3, 2021, 12:07 p.m. |
Message ID | <differential-rev-PHID-DREV-h7lk7s4cizqr6a4vt56l-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/48911/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/revlog.py b/mercurial/revlog.py --- a/mercurial/revlog.py +++ b/mercurial/revlog.py @@ -1556,7 +1556,7 @@ % ( self._indexfile if self._inline else self._datafile, length, - realoffset, + offset, len(d) - startoffset, ) )