Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

filedata: prune blank lines around subrepo status output

Changeset 2a162346f34a

Parent 840ea6875b47

by Steve Borho

Changes to one file · Browse files at 2a162346f34a Showing diff from parent 840ea6875b47 Diff from another changeset...

 
242
243
244
245
 
246
247
248
 
242
243
244
 
245
246
247
248
@@ -242,7 +242,7 @@
  sstatedesc += ' and dirty'   elif srev and not sactual:   sstatedesc = 'removed' - self.ucontents = u''.join(out) + self.ucontents = u''.join(out).strip()     lbl = {   'changed': _('(is a changed sub-repository)'),