Home
last modified time | relevance | path

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

/dports/devel/tortoisehg/tortoisehg-5.9.3/tortoisehg/hgqt/
H A Dthgrepo.py1132 _pctxcache = {} variable
1134 global _pctxcache
1136 if os.path.exists(patchpath) and patchpath in _pctxcache:
1137 cachedctx = _pctxcache[patchpath]
1145 _pctxcache[patchpath] = ctx