##// END OF EJS Templates
progress: deprecate ui.progress()...
progress: deprecate ui.progress() It is now just a weird wrapper for ui.makeprogress(). Differential Revision: https://phab.mercurial-scm.org/D5531

File last commit:

r41049:ef103c96 default
r41261:44914de4 default
Show More
pyutil.h
9 lines | 128 B | text/x-c | CLexer
Augie Fackler
fuzz: extract Python initialization to utility package...
r41049 #include <Python.h>
namespace contrib
{
void initpy(const char *cselfpath);
PyObject *pyglobals();
} /* namespace contrib */