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

stable manifestmodel: remove trailing white space

Changeset 4d3bb62cd533

Parent 6264a22a1fde

by Steve Borho

Changes to one file · Browse files at 4d3bb62cd533 Showing diff from parent 6264a22a1fde Diff from another changeset...

 
61
62
63
64
 
65
66
67
 
309
310
311
312
 
313
314
 
315
316
317
 
61
62
63
 
64
65
66
67
 
309
310
311
 
312
313
 
314
315
316
317
@@ -61,7 +61,7 @@
  """Return the subrepo context of the specified index"""   path = self.filePath(index)   return self.fileSubrepoCtxFromPath(path) - +   def fileSubrepoCtxFromPath(self, path):   """Return the subrepo context of the specified file"""   if not path: @@ -309,9 +309,9 @@
  srepo = sub._repo   if srev in srepo:   sctx = srepo[srev] - +   self._subinfo[toprelpath]['ctx'] = sctx - +   # Add the subrepo contents to the tree   e = addrepocontentstotree(e, sctx, toprelpath)