This is an archive of the discontinued Mercurial Phabricator instance.

cext: fix compiler error in revlog.c on Windows with py2
ClosedPublic

Authored by mharbison72 on Jan 16 2021, 9:38 PM.

Details

Summary

Visual Studio 2008 doesn't have <stdint.h>, and we worked around it before with
this header.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

mharbison72 created this revision.Jan 16 2021, 9:38 PM
pulkit accepted this revision.Jan 17 2021, 11:42 AM
This revision is now accepted and ready to land.Jan 17 2021, 11:42 AM