##// END OF EJS Templates
localrepo: explicit `_lock` arguments in `lock`...
localrepo: explicit `_lock` arguments in `lock` The argument for `_lock` are non-trivial, having them passed explicitly makes thing clearer in my opinion. This is a Gratuitous change, I expect it will save me (and others) time in the future.

File last commit:

r41049:ef103c96 default
r42022:90eddb67 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 */