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

workbench: remove a redundant comment

Changeset 805a13b6ffb2

Parent b63875964114

by Adrian Buehlmann

Changes to one file · Browse files at 805a13b6ffb2 Showing diff from parent b63875964114 Diff from another changeset...

 
45
46
47
48
49
50
 
51
52
53
 
45
46
47
 
48
49
50
51
52
53
@@ -45,9 +45,9 @@
  def __init__(self, ui, repo=None, fromhead=None):   self.ui = ui   - # these are used to know where to go after a reload   self._reload_rev = None   self._reload_file = None +   self._loading = True   self._scanForRepoChanges = True