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

update: remove traling whitespaces

Changeset c57ef51b6ae7

Parent 4226bdc7bba6

by Yuki KODAMA

Changes to one file · Browse files at c57ef51b6ae7 Showing diff from parent 4226bdc7bba6 Diff from another changeset...

 
14
15
16
17
 
18
 
14
15
16
 
17
18
@@ -14,5 +14,5 @@
  if opts.get('rev'):   args += ['-r', opts.get('rev')]   elif len(pats) == 1: - args += [pats[0]] + args += [pats[0]]   return cmdui.Dialog(args)