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

filedata: Removed unnecessary continuation symbols ("\") in function calls

Changeset e789a03fd91e

Parent f580a116eaf5

by Angel Ezquerra

Changes to one file · Browse files at e789a03fd91e Showing diff from parent f580a116eaf5 Diff from another changeset...

 
228
229
230
231
 
232
233
234
235
236
237
238
 
239
240
241
 
228
229
230
 
231
232
233
234
235
236
237
 
238
239
240
241
@@ -228,14 +228,14 @@
  if topctx.rev() is not None and ctx.rev() is not None:   sparent = ctx.p1().substate.get(wfile, subrepo.nullstate)[1]   subrepochange, sstatedesc = \ - genSubrepoRevChangedDescription(wfile, \ + genSubrepoRevChangedDescription(wfile,   sparent, srev, ctx._repo)   out += subrepochange   else:   sstatedesc = 'dirty'   if srev != sactual:   subrepochange, sstatedesc = \ - genSubrepoRevChangedDescription(wfile, \ + genSubrepoRevChangedDescription(wfile,   srev, sactual, ctx._repo)   out += subrepochange   if data: