Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

repowidget: use transplantRevisions when one revision to transplant

Changeset 735bad40e25e

Parent a92f177efdd0

by André Sintzoff

Changes to one file · Browse files at 735bad40e25e Showing diff from parent a92f177efdd0 Diff from another changeset...

 
1108
1109
1110
1111
 
1112
1113
1114
 
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
 
1108
1109
1110
 
1111
1112
1113
1114
 
1422
1423
1424
 
 
 
 
1425
1426
1427
@@ -1108,7 +1108,7 @@
  entry(menu)     entry(menu, 'transplant', fixed, _('Transplant to local'), 'hg-transplant', - self.transplantRevision) + self.transplantRevisions)     if 'mq' in exs or 'rebase' in exs:   submenu = menu.addMenu(_('Modify history')) @@ -1422,10 +1422,6 @@
  dlg.finished.connect(dlg.deleteLater)   dlg.exec_()   - def transplantRevision(self): - cmdline = ['transplant', '--repository', self.repo.root, str(self.rev)] - self.runCommand(cmdline) -   def transplantRevisions(self):   cmdline = ['transplant', '--repository', self.repo.root]   for rev in self.repoview.selectedRevisions():