##// END OF EJS Templates
revset: populate wdir() by its hash or revision number...
revset: populate wdir() by its hash or revision number It belongs to the same category as the null hash/revision, and we do handle these virtual identifiers in id()/rev() predicates. Let's do that more consistently.

File last commit:

r41049:ef103c96 default
r42449:6bc1245c 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 */