Submitter | phabricator |
---|---|
Date | May 1, 2021, 12:49 p.m. |
Message ID | <differential-rev-PHID-DREV-2uxd4fo44nogvi7cu3hb-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/48861/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/cext/revlog.c b/mercurial/cext/revlog.c --- a/mercurial/cext/revlog.c +++ b/mercurial/cext/revlog.c @@ -367,7 +367,7 @@ if (data == NULL) return NULL; if (rev == 0) { - // put the header at the start of the first entry + /* put the header at the start of the first entry */ memcpy(entry, data, self->hdrsize); putbe32(header, entry); return PyBytes_FromStringAndSize(entry, self->hdrsize);