Home
last modified time | relevance | path

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

/dports/devel/tortoisehg/tortoisehg-5.9.3/tortoisehg/util/
H A Dpatchctx.py166 def thgmqpatchname(self): return self._patchname member in patchctx
/dports/devel/tortoisehg/tortoisehg-5.9.3/tortoisehg/hgqt/
H A Dthgrepo.py1083 def thgmqpatchname(self): member in _createchangectxcls.thgchangectx
1094 patchpath = self._repo.mq.join(self.thgmqpatchname())
H A Drepowidget.py2397 mqw.gotoPatch(hglib.tounicode(ctx.thgmqpatchname()))
2416 pname = hglib.tounicode(self.repo[revs[0]].thgmqpatchname())
2424 patchname = hglib.tounicode(ctx.thgmqpatchname())