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

sync: cleanup the cleanup

Changeset 140430eb298d

Parent 28442e25dfd2

by Steve Borho

Changes to one file · Browse files at 140430eb298d Showing diff from parent 28442e25dfd2 Diff from another changeset...

 
667
668
669
670
671
672
673
 
674
675
676
 
684
685
686
687
 
688
689
690
 
667
668
669
 
 
 
 
670
671
672
673
 
681
682
683
 
684
685
686
687
@@ -667,10 +667,7 @@
  from tortoisehg.hgqt.settings import SettingsDialog   sd = SettingsDialog(configrepo=False, focus='tortoisehg.postpull',   parent=self, root=self.repo.root) - sd.exec_() - - -def run(ui, *pats, **opts): + sd.exec_()     def getValue(self):   if self.none.isChecked(): @@ -684,7 +681,7 @@
    def accept(self):   path = os.path.join(self.repo.root, '.hg', 'hgrc') - fn, cfg = loadIniFile(path, self) + fn, cfg = loadIniFile([path], self)   if not hasattr(cfg, 'write'):   qtlib.WarningMsgBox(_('Unable to save post pull operation'),   _('Iniparse must be installed.'), parent=self)