Opened 18 years ago
Last modified 9 years ago
#4877 new defect
SVK merge property changes should be hiden from the timeline.
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | unscheduled |
Component: | timeline | Version: | |
Severity: | normal | Keywords: | ignore properties svk |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
In [2075] jonas changed the browser and changeset viewer so that SVK merge properties were hidden.
The timeline can still show a summary of changed files if configured with trac.ini and this "mini" changeset viewer still shows SVK property changes (for the merge tickets).
This is most noticeable because the root directory is always shown on the timeline as modified even though the changeset viewer does not show this.
I think the timeline changeset preview should ignore SVK property changes for this reason.
Attachments (0)
Change History (3)
comment:1 by , 18 years ago
Keywords: | ignore properties svk added |
---|---|
Milestone: | → 2.0 |
comment:3 by , 9 years ago
Owner: | removed |
---|
I think there's no easy fix for this one: the changeset code that lead to the decision of not showing the / entry in case there were only ignored prop changes involve actually going through those prop changes, which I think would be something too costly to do at the timeline level, as it stands now.
I'm not even sure that with the new prop change renderer the entry itself will still be removed, I'll have to check that.