python-patch icon indicating copy to clipboard operation
python-patch copied to clipboard

Default message about already patched files is too verbose

Open GoogleCodeExporter opened this issue 10 years ago • 0 comments

What steps will reproduce the problem?
1. run patch.py two times

What is the expected output? What do you see instead?
file 4/4:    templates/issue.html
 hunk no.2 doesn't match source file at line 203
  expected:       <input type="hidden" name="subject" value="{{issue.subject}}" />
  actual  :       <input type="hidden" name="in_reply_to" value="" />
already patched  templates/issue.html

this can be replaced with something like

file 4/4:    templates/issue.html
already patched  templates/issue.html

or even

file 4/4 already patched:    templates/issue.html

Original issue reported on code.google.com by [email protected] on 29 Nov 2011 at 4:40

GoogleCodeExporter avatar Apr 18 '15 09:04 GoogleCodeExporter