Modify ↓
Opened 12 years ago
Closed 12 years ago
#10236 closed defect (invalid)
Problem in displaying Changeset tables while atleast one file changed with newline as last line.
Reported by: | anonymous | Owned by: | Michael Renzmann |
---|---|---|---|
Priority: | normal | Component: | TracHacks |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
If two or more file are changed and at least one file is changed with new line as last line,while displaying changeset ,if we select "Show 2 lines around each change" then that file changeset table will not appear on UI while when we select "Show the changes in full context" , that file changeset table will appear on UI. I have attached the screen shots of both cases.
Attachments (3)
Change History (6)
Changed 12 years ago by
Attachment: | Show 2 lines.png added |
---|
Changed 12 years ago by
Attachment: | Show full context.png added |
---|
comment:1 Changed 12 years ago by
Changed 12 years ago by
comment:2 Changed 12 years ago by
You selected TracHacks as the Component. That is probably not right. Which plugin did you intend to report this against?
comment:3 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Please reopen if you can assign this ticket to the correct plugin or macro.
Note: See
TracTickets for help on using
tickets.
We can display all changed files in both bases after modifying diff.py file inside versioncontrol folder. The modified method is "_group_opcodes(opcodes, n=3)" Chack modified file in attachment,