hgext3rd/evolve/obshistory.py
changeset 3407 b96568036837
parent 3402 7a322f58fee3
child 3454 56277182c029
child 3483 f03845bfd015
equal deleted inserted replaced
3406:77284eefbd4d 3407:b96568036837
   522             diffopts = patch.diffallopts(repo.ui, {})
   522             diffopts = patch.diffallopts(repo.ui, {})
   523             matchfn = scmutil.matchall(repo)
   523             matchfn = scmutil.matchall(repo)
   524             firstline = True
   524             firstline = True
   525             for chunk, label in patch.diffui(repo, node, succ, matchfn,
   525             for chunk, label in patch.diffui(repo, node, succ, matchfn,
   526                                              changes=None, opts=diffopts,
   526                                              changes=None, opts=diffopts,
   527                                              prefix='', relroot='',
   527                                              prefix='', relroot=''):
   528                                              hunksfilterfn=None):
       
   529                 if firstline:
   528                 if firstline:
   530                     fm.plain('\n')
   529                     fm.plain('\n')
   531                     firstline = False
   530                     firstline = False
   532                 if chunk and chunk != '\n':
   531                 if chunk and chunk != '\n':
   533                     fm.plain('    ')
   532                     fm.plain('    ')