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

stable fileview: remove trailing white-space

Changeset 2ac800d3507c

Parent d2bb2cb704ce

by Steve Borho

Changes to one file · Browse files at 2ac800d3507c Showing diff from parent d2bb2cb704ce Diff from another changeset...

 
605
606
607
608
 
609
610
611
 
632
633
634
635
 
636
637
638
 
605
606
607
 
608
609
610
611
 
632
633
634
 
635
636
637
638
@@ -605,7 +605,7 @@
  if status == 'S':   try:   from mercurial import subrepo, commands - +   def genSubrepoRevChangedDescription(sfrom, sto):   """Generate a subrepository revision change description"""   out = [] @@ -632,7 +632,7 @@
  stolog = _('Initial revision')   out.append(hglib.tounicode(stolog))   return out, sstatedesc - +   srev = ctx.substate.get(wfile, subrepo.nullstate)[1]   try:   sub = ctx.sub(wfile)