Closed
Bug 288131
Opened 20 years ago
Closed 20 years ago
PatchViewer adds extra empty lines in modified parts of patches
Categories
(Bugzilla :: Attachments & Requests, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: LpSolit, Assigned: LpSolit)
References
()
Details
(Keywords: regression)
Attachments
(1 file)
|
556 bytes,
patch
|
glob
:
review+
|
Details | Diff | Splinter Review |
When viewing patches using PatchViewer (diff mode), added or removed parts are displayed correctly, but modified ones are not: extra empty lines are added: http://landfill.mozilla.org/bugzilla-tip/attachment.cgi?id=314&action=diff I cannot reproduce on 2.18+: http://landfill.bugzilla.org/bugzilla-2.18-branch/attachment.cgi?id=134&action=diff
| Assignee | ||
Updated•20 years ago
|
Flags: blocking2.20?
Target Milestone: --- → Bugzilla 2.20
Comment 1•20 years ago
|
||
If I had to guess, I'd say that it has something to do with not stripping \r, or something...? I'd have to investigate, though, to really find out what's going on.
Keywords: regression
Comment 2•20 years ago
|
||
This appeared to regress between 7 March and 8 March -- a checkout from 07 Mar behaves correctly, but a checkout from 08 Mar demonstrates this problem. cvs -q update -d -p -D "07 Mar 2005" webtools/bugzilla -- Fine cvs -q update -d -p -D "08 Mar 2005" webtools/bugzilla -- Has this issue
Comment 3•20 years ago
|
||
Regression caused by bug 162194 - removing the patch works, adding it doesn't... not quite what I was expecting when I tracked this down!
| Assignee | ||
Comment 4•20 years ago
|
||
Attachment #178922 -
Flags: review?(bugzilla)
Comment on attachment 178922 [details] [diff] [review] simple fix, v1 r=glob
Attachment #178922 -
Flags: review?(bugzilla) → review+
| Assignee | ||
Comment 6•20 years ago
|
||
Regression found by me; culprit found by Colin; original fix found by glob; additional tests made by wicked. That's what I call a great team work! :)
Assignee: attach-and-request → LpSolit
Updated•20 years ago
|
Flags: blocking2.20?
Flags: blocking2.20+
Flags: approval?
Flags: approval+
| Assignee | ||
Comment 7•20 years ago
|
||
Checking in template/en/default/attachment/diff-header.html.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/attachment/diff-header.html.tmpl,v <-- diff-header.html.tmpl new revision: 1.9; previous revision: 1.8 done
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•