comparison mercurial/crecord.py @ 26421:4b0fc75f9403

urls: bulk-change primary website URLs
author Matt Mackall <mpm@selenic.com>
date Wed, 30 Sep 2015 15:43:49 -0500
parents f4356e5094ba
children 56b2bcea2529
comparison
equal deleted inserted replaced
26420:2fc86d92c4a9 26421:4b0fc75f9403
1460 if chunk.header.binary(): 1460 if chunk.header.binary():
1461 self.ui.write(_('cannot edit patch for binary file')) 1461 self.ui.write(_('cannot edit patch for binary file'))
1462 self.ui.write("\n") 1462 self.ui.write("\n")
1463 return None 1463 return None
1464 # patch comment based on the git one (based on comment at end of 1464 # patch comment based on the git one (based on comment at end of
1465 # http://mercurial.selenic.com/wiki/recordextension) 1465 # https://mercurial-scm.org/wiki/recordextension)
1466 phelp = '---' + _(""" 1466 phelp = '---' + _("""
1467 to remove '-' lines, make them ' ' lines (context). 1467 to remove '-' lines, make them ' ' lines (context).
1468 to remove '+' lines, delete them. 1468 to remove '+' lines, delete them.
1469 lines starting with # will be removed from the patch. 1469 lines starting with # will be removed from the patch.
1470 1470