Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

#3432 closed defect (worksforme)

Empty property diff message needs improvement

Reported by: dhrubab@… 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)

Change History (1)

comment:1 by Christian Boos, 18 years ago

Resolution: worksforme
Status: newclosed

That's how it already works (well, it actually reads "Property svn:ignore deleted").

You probably did svn pset svn:ignore '' . instead of svn pdel svn:ignore ..

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.