Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.1, 2.0.2, and 2.0.3

stable visdiff: remove trailing white-space

Changeset 415a5182a737

Parent 2d7a6dd4a6cb

by Steve Borho

Changes to one file · Browse files at 415a5182a737 Showing diff from parent 2d7a6dd4a6cb Diff from another changeset...

 
288
289
290
291
 
292
293
294
 
381
382
383
384
 
385
386
387
 
399
400
401
402
 
403
404
405
 
288
289
290
 
291
292
293
294
 
381
382
383
 
384
385
386
387
 
399
400
401
 
402
403
404
405
@@ -288,7 +288,7 @@
    # If more than one file, diff on working dir copy.   copyworkingdir = len(MAR) > 1 - dirs, labels, fns_and_mtimes = snapshotset(repo, ctxs, sa, sb, cpy, + dirs, labels, fns_and_mtimes = snapshotset(repo, ctxs, sa, sb, cpy,   copyworkingdir)   dir1a, dir1b, dir2 = dirs   label1a, label1b, label2 = labels @@ -381,7 +381,7 @@
  self.copies = cpy   self.ui = repo.ui   - layout = QVBoxLayout() + layout = QVBoxLayout()   self.setLayout(layout)     lbl = QLabel(_('Temporary files are removed when this dialog' @@ -399,7 +399,7 @@
  self.tools = tools     if len(tools) > 1: - hbox = QHBoxLayout() + hbox = QHBoxLayout()   combo = QComboBox()   lbl = QLabel(_('Select Tool:'))   lbl.setBuddy(combo)