Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0, 2.0.1, and 2.0.2

stable repowidget: pass qgoto calls to the MQ widget, so it can check for rejects

Changeset b80bad1d3fa4

Parent ac772a9f3cde

by Steve Borho

Changes to one file · Browse files at b80bad1d3fa4 Showing diff from parent ac772a9f3cde Diff from another changeset...

 
1226
1227
1228
 
1229
1230
1231
1232
 
 
1233
1234
1235
 
1226
1227
1228
1229
1230
 
 
 
1231
1232
1233
1234
1235
@@ -1226,10 +1226,10 @@
  ctx = self.repo.changectx(self.rev)   if 'qparent' in ctx.tags():   cmdline = ['qpop', '--all', '--repository', self.repo.root] + self.runCommand(_('QGoto - TortoiseHg'), cmdline)   else: - patchname = self.repo.changectx(self.rev).thgmqpatchname() - cmdline = ['qgoto', str(patchname), '--repository', self.repo.root] - self.runCommand(_('QGoto - TortoiseHg'), cmdline) + self.taskTabsWidget.setCurrentIndex(self.mqTabIndex) + self.mqDemand.forward('qgotoRevision', self.rev)     def qpushMoveRevision(self):   """Make REV the top applied patch"""