> -----Original Message----- > From: g...@apache.org [mailto:g...@apache.org] > Sent: zondag 19 mei 2013 21:29 > To: comm...@subversion.apache.org > Subject: svn commit: r1484341 - /subversion/branches/invoke-diff-cmd- > feature/subversion/libsvn_client/diff.c > > Author: gbg > Date: Sun May 19 19:29:13 2013 > New Revision: 1484341 > > URL: http://svn.apache.org/r1484341 > Log: > Tidying up the appearance of the code.
Can you please prefix your commits to this branch with something like On the invoke diff branch: Without that the log message reads as a commit to trunk while a recent message such as [[ Author: stsp Date: Sun May 19 10:17:07 2013 New Revision: 1484261 URL: http://svn.apache.org/r1484261 Log: On the 1.6.x-issue4340 branch, filter control characters from an error message. This corresponds to r1481627 on trunk, but the svn_path_illegal_path_escape() API function used in that commit is not available in 1.6.x. So I've manually marked the revision as merged using a --record-only merge. ]] makes it immediately clear that we look at a patch applied to a branch. Bert