##// END OF EJS Templates
updatecaches: also warm revbranchcache for filtered revisions...
updatecaches: also warm revbranchcache for filtered revisions We are in the "full" case, so we better warm everything we can.

File last commit:

r41049:ef103c96 default
r42099:2eee280a 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 */