##// END OF EJS Templates
relnotes: document new range-select mechanism in crecord...
relnotes: document new range-select mechanism in crecord Differential Revision: https://phab.mercurial-scm.org/D6622

File last commit:

r41049:ef103c96 default
r42779:9f73620a 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 */