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

remove extra white space

Changeset 99767819b4cf

Parent d57a53443510

by Johan Samyn

Changes to 3 files · Browse files at 99767819b4cf Showing diff from parent d57a53443510 Diff from another changeset...

 
324
325
326
327
 
328
329
330
 
324
325
326
 
327
328
329
330
@@ -324,7 +324,7 @@
  # We'll ask the user for confirmation later, if they have any   # files partially selected.   return True - +   def loadConfigs(self, s):   'Load history, etc, from QSettings instance'   repo = self.stwidget.repo
 
39
40
41
42
 
43
44
45
 
39
40
41
 
42
43
44
45
@@ -39,7 +39,7 @@
  self.splitternames = []     QWidget.__init__(self) - +   self.load_config()     self.setupUi()
 
1
2
3
4
 
726
727
728
729
 
730
731
732
 
 
1
2
3
 
725
726
727
 
728
729
730
731
@@ -1,4 +1,3 @@
-  # -*- coding: iso-8859-1 -*-  #!/usr/bin/env python  # workbench.py - main TortoiseHg Window @@ -726,7 +725,7 @@
  w = self.repoTabsWidget.currentWidget()   if w:   w.repoview.model().loadall() - +   def newRepository(self):   """ Run init dialog """   from tortoisehg.hgqt.hginit import InitDialog