Home
last modified time | relevance | path

Searched refs:hgtag (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
Dgetbuildinfo.c78 const char *hgtag, *hgid; in _Py_hgidentifier() local
79 hgtag = HGTAG; in _Py_hgidentifier()
80 if ((*hgtag) && strcmp(hgtag, "tip") != 0) in _Py_hgidentifier()
81 hgid = hgtag; in _Py_hgidentifier()