mercurial/commands.py
changeset 15829 2c480532f36e
parent 15780 713ee57f817b
child 15830 8ed112ed774a
equal deleted inserted replaced
15828:4bc715f2a356 15829:2c480532f36e
   296                                for x, w in sized])
   296                                for x, w in sized])
   297 
   297 
   298         if pieces:
   298         if pieces:
   299             for p, l in zip(zip(*pieces), lines):
   299             for p, l in zip(zip(*pieces), lines):
   300                 ui.write("%s: %s" % ("".join(p), l[1]))
   300                 ui.write("%s: %s" % ("".join(p), l[1]))
       
   301 
       
   302             if lines and not lines[-1][1].endswith('\n'):
       
   303                 ui.write('\n')
   301 
   304 
   302 @command('archive',
   305 @command('archive',
   303     [('', 'no-decode', None, _('do not pass files through decoders')),
   306     [('', 'no-decode', None, _('do not pass files through decoders')),
   304     ('p', 'prefix', '', _('directory prefix for files in archive'),
   307     ('p', 'prefix', '', _('directory prefix for files in archive'),
   305      _('PREFIX')),
   308      _('PREFIX')),