##// END OF EJS Templates
fuzz: remove debug prints from revlog_corpus.py...
fuzz: remove debug prints from revlog_corpus.py Differential Revision: https://phab.mercurial-scm.org/D7559

File last commit:

r41049:ef103c96 default
r44247:98eb12ea default
Show More
pyutil.h
9 lines | 128 B | text/x-c | CLexer
#include <Python.h>
namespace contrib
{
void initpy(const char *cselfpath);
PyObject *pyglobals();
} /* namespace contrib */