Modify ↓
Opened 18 years ago
Closed 18 years ago
#4743 closed defect (duplicate)
property diff not as nice as source diff
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | version control/changeset view | Version: | 0.10.3 |
Severity: | normal | Keywords: | diff property |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
if I change a property, say svn:ignore to a dir, viewing changeset would say something like
Property svn:ignore changed from bla blub to bla blubber foo
would be nice if it would highlight the actual changes as in the nice diff of the source [I know that this isn't provided by the output of svn diff]
Property svn:ignore changed bla [red]blub[/red] [green]blubber[/green]
(or something like that). It is hard to find the actual change if the property is very long (as svn:ignore might get)
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Duplicate of #3002, which is implemented in trunk.