Searched refs:thgmqappliedpatch (Results 1 – 5 of 5) sorted by relevance
165 def thgmqappliedpatch(self): return False member in patchctx
1076 def thgmqappliedpatch(self): member in _createchangectxcls.thgchangectx1091 if not self.thgmqunappliedpatch() and not self.thgmqappliedpatch():
1017 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()
831 if ctx.thgmqappliedpatch():
832 ispatch = self.repo[b'.'].thgmqappliedpatch()