hgext/record.py
changeset 14370 17cea10c343e
parent 14260 00a881581400
child 14407 51cabd567ac6
equal deleted inserted replaced
14369:f8932d540088 14370:17cea10c343e
   475             # 3b. (apply)
   475             # 3b. (apply)
   476             if dopatch:
   476             if dopatch:
   477                 try:
   477                 try:
   478                     ui.debug('applying patch\n')
   478                     ui.debug('applying patch\n')
   479                     ui.debug(fp.getvalue())
   479                     ui.debug(fp.getvalue())
   480                     patch.internalpatch(ui, repo, fp, 1, repo.root,
   480                     patch.internalpatch(ui, repo, fp, 1, eolmode=None)
   481                                         eolmode=None)
       
   482                 except patch.PatchError, err:
   481                 except patch.PatchError, err:
   483                     raise util.Abort(str(err))
   482                     raise util.Abort(str(err))
   484             del fp
   483             del fp
   485 
   484 
   486             # 4. We prepared working directory according to filtered
   485             # 4. We prepared working directory according to filtered