Modify ↓
Opened 18 years ago
Closed 18 years ago
#3432 closed defect (worksforme)
Empty property diff message needs improvement
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.9.6 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I just removed all ignores from these two directories and here is what trac diff says:
# trunk/mock/admin
- Property svn:ignore set to
# trunk/mock/site
- Property svn:ignore set to
However what is should really say is:
# trunk/mock/admin
- Property svn:ignore unset
# trunk/mock/site
- Property svn:ignore unset
Saying that something "is set to " and then nothing afterwards is not very professional and I think trac is very professional hence the ticket :)
I'm sure it would be dead easy for the next x.x.y version.
Thanks.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
That's how it already works (well, it actually reads "Property svn:ignore deleted").
You probably did
svn pset svn:ignore '' .
instead ofsvn pdel svn:ignore .
.