Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

repowidget: use sync widget to pull from bundle

The sync widget knows about the user's post-pull preferences and can deal
with resolve failures, etc.

Changeset 2cc192e69f17

Parent c7e7bb633ae3

by Steve Borho

Changes to one file · Browse files at 2cc192e69f17 Showing diff from parent c7e7bb633ae3 Diff from another changeset...

 
270
271
272
273
274
 
 
275
276
277
278
279
 
270
271
272
 
 
273
274
275
 
276
277
278
@@ -270,10 +270,9 @@
  self.revDetailsWidget.setRepo(self.repo)     def acceptBundle(self): - # TODO: sync widget needs pullFromBundle that respects postpullops - cmdline = ['pull', '--repository', self.repo.root, self.bundle] + self.taskTabsWidget.setCurrentIndex(self.syncTabIndex) + self.syncDemand.pullBundle(self.bundle)   self.clearBundle() - self.runCommand(_('Pull - TortoiseHg'), cmdline)     def rejectBundle(self):   self.clearBundle()