Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dgetbuildinfo.c50 const char *hgid = _Py_hgidentifier(); in Py_GetBuildInfo() local
51 if (!(*hgid)) in Py_GetBuildInfo()
52 hgid = "default"; in Py_GetBuildInfo()
54 "%s%s%s, %.20s, %.9s", hgid, sep, revision, in Py_GetBuildInfo()
78 const char *hgtag, *hgid; in _Py_hgidentifier() local
81 hgid = hgtag; in _Py_hgidentifier()
83 hgid = HGBRANCH; in _Py_hgidentifier()
84 return hgid; in _Py_hgidentifier()