##// END OF EJS Templates
tests: handle Message-Id line wrapping in test-notify-changegroup.t...
tests: handle Message-Id line wrapping in test-notify-changegroup.t This fixes this test on Python 3 with a long hostname. See changeset 4128ffba4431 for details.

File last commit:

r41049:ef103c96 default
r43698:9a43cef9 stable
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 */