Closed
Bug 338486
Opened 19 years ago
Closed 19 years ago
If a line in a diff starts with "--" that line is hidden
Categories
(Bugzilla :: Attachments & Requests, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 233695
People
(Reporter: hwaara, Unassigned)
Details
When making diffs for code written in Objective C, we often get diffs with double minus signs, like this:
+ // do something evil
+ // to fix bug X
--(void) doSomething;
+-(void) doSomething:(int)withThis;
We've noticed that the -- will hide that line, when viewing the diff "visually" in bugzilla. This is quite bad when you're reviewing someone's code and that line is important... :-)
Comment 1•19 years ago
|
||
Yeah, we've known this for a while. I think there's a dup somewhere, but I didn't find it just on a casual look.
Whiteboard: DUPME
Version: unspecified → 2.18
Comment 2•19 years ago
|
||
Same issue as bug 233695. ++ and -- are incorrectly displayed.
*** This bug has been marked as a duplicate of 233695 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Whiteboard: DUPME
You need to log in
before you can comment on or make changes to this bug.
Description
•