Home
last modified time | relevance | path

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

/dports/devel/tortoisehg/tortoisehg-5.9.3/tortoisehg/util/
H A Dpatchctx.py165 def thgmqappliedpatch(self): return False member in patchctx
/dports/devel/tortoisehg/tortoisehg-5.9.3/tortoisehg/hgqt/
H A Dthgrepo.py1076 def thgmqappliedpatch(self): member in _createchangectxcls.thgchangectx
1091 if not self.thgmqunappliedpatch() and not self.thgmqappliedpatch():
H A Drepowidget.py1017 if b'qparent' in ctx.tags() or ctx.thgmqappliedpatch():
1223 if not haswdir and not any(c.thgmqappliedpatch() for c in ctxs):
1225 if all(c.thgmqappliedpatch() for c in ctxs):
1228 if all(c.thgmqappliedpatch() or b'qparent' in c.tags()
H A Dgraph.py831 if ctx.thgmqappliedpatch():
H A Dcommit.py832 ispatch = self.repo[b'.'].thgmqappliedpatch()