##// END OF EJS Templates
templatekw: move showfileadds() close to showfile{mods,dels}()...
templatekw: move showfileadds() close to showfile{mods,dels}() Differential Revision: https://phab.mercurial-scm.org/D6370

File last commit:

r41049:ef103c96 default
r42563:b47e9712 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 */