Closed Bug 338486 Opened 18 years ago Closed 18 years ago

If a line in a diff starts with "--" that line is hidden

Categories

(Bugzilla :: Attachments & Requests, defect)

2.18
defect
Not set
normal

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... :-)
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
Same issue as bug 233695. ++ and -- are incorrectly displayed.

*** This bug has been marked as a duplicate of 233695 ***
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Whiteboard: DUPME
V.Duplicate
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.