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 trailing white-space

Changeset 840ea6875b47

Parent c6a52ff90670

by Steve Borho

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

 
112
113
114
115
 
116
117
118
 
243
244
245
246
 
247
248
249
 
112
113
114
 
115
116
117
118
 
243
244
245
 
246
247
248
249
@@ -112,7 +112,7 @@
  else:   topctx = ctx   topwfile = wfile - +   absfile = repo.wjoin(os.path.join(wsub or '', wfile))   if (wfile in ctx and 'l' in ctx.flags(wfile)) or \   os.path.islink(absfile): @@ -243,7 +243,7 @@
  elif srev and not sactual:   sstatedesc = 'removed'   self.ucontents = u''.join(out) - +   lbl = {   'changed': _('(is a changed sub-repository)'),   'unchanged': _('(is an unchanged sub-repository)'),