mercurial/commands.py
changeset 8936 1de6e7e1bb9f
parent 8931 4c99eafb101e
child 8937 ea798e03a32e
equal deleted inserted replaced
8935:f4f0e902b750 8936:1de6e7e1bb9f
   985         if ui.config('ui', 'patch'):
   985         if ui.config('ui', 'patch'):
   986             ui.write(_(" (Current patch tool may be incompatible with patch,"
   986             ui.write(_(" (Current patch tool may be incompatible with patch,"
   987                        " or misconfigured. Please check your .hgrc file)\n"))
   987                        " or misconfigured. Please check your .hgrc file)\n"))
   988         else:
   988         else:
   989             ui.write(_(" Internal patcher failure, please report this error"
   989             ui.write(_(" Internal patcher failure, please report this error"
   990                        " to http://www.selenic.com/mercurial/bts\n"))
   990                        " to http://mercurial.selenic.com/bts/\n"))
   991     problems += patchproblems
   991     problems += patchproblems
   992 
   992 
   993     os.unlink(fa)
   993     os.unlink(fa)
   994     os.unlink(fd)
   994     os.unlink(fd)
   995 
   995