##// END OF EJS Templates
patch: convert a UI message to bytes when editing a patch...
Matt Harbison -
r47520:5f86765c stable
parent child Browse files
Show More
@@ -1210,7 +1210,7 b' def filterpatch(ui, headers, match, oper'
1210 # Patch comment based on the Git one (based on comment at end of
1210 # Patch comment based on the Git one (based on comment at end of
1211 # https://mercurial-scm.org/wiki/RecordExtension)
1211 # https://mercurial-scm.org/wiki/RecordExtension)
1212 phelp = b'---' + _(
1212 phelp = b'---' + _(
1213 """
1213 b"""
1214 To remove '-' lines, make them ' ' lines (context).
1214 To remove '-' lines, make them ' ' lines (context).
1215 To remove '+' lines, delete them.
1215 To remove '+' lines, delete them.
1216 Lines starting with # will be removed from the patch.
1216 Lines starting with # will be removed from the patch.
General Comments 0
You need to be logged in to leave comments. Login now