Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

stable sync: remove trailing white space

Changeset af814f605db3

Parent debce32cd97a

by Steve Borho

Changes to one file · Browse files at af814f605db3 Showing diff from parent debce32cd97a Diff from another changeset...

 
167
168
169
170
 
171
172
173
 
319
320
321
322
 
323
324
 
325
326
327
 
167
168
169
 
170
171
172
173
 
319
320
321
 
322
323
 
324
325
326
327
@@ -167,7 +167,7 @@
  else:   bottomlayout.setContentsMargins(0, 0, 0, 0)   layout.addLayout(bottomlayout) - +   hbox = QHBoxLayout()   hbox.setContentsMargins(0, 0, 0, 0)   bottomlayout.addLayout(hbox) @@ -319,9 +319,9 @@
  self.curuser = self.lastsshuser   else:   self.curuser = self.default_user - +   self.refreshUrl() - +   def refreshStatusTips(self):   url = self.currentUrl(True)   urlu = hglib.tounicode(url)