[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Show more information in diff labels in mailer.py

From: Daniel Rall <dlr_at_collab.net>
Date: 2006-09-13 20:48:27 CEST

I like the additional information, though I'm a little unsure about
the format. Can you still paste this into most 'patch' tools? I
think GNU patch should work. I'm not sure about Solaris patch, etc.

On Wed, 13 Sep 2006, Mathias Weinert wrote:

> Please find attached a patch that makes mailer.py show more and
> specific information in the labels of the diffs.
>
> Examples to show changes in detail:
>
> Added file:
> old: --- (empty file)
> +++ dir1/file3 Sun Sep 9 01:46:40 2001
>
> new: --- (empty, because file is newly added)
> +++ dir1/file3 r1 Sun Sep 9 01:46:40 2001
>
> Modified file:
> old: --- dir2/file5 (original)
> +++ dir2/file5 Sun Sep 9 04:33:20 2001
>
> new: --- dir2/file5 r1 Sun Sep 9 01:46:40 2001 (original)
> +++ dir2/file5 r2 Sun Sep 9 04:33:20 2001
>
> Unchanged copied file:
> old: --- file1 (original)
> +++ dir2/file7 Sun Sep 9 07:20:00 2001
>
> new: --- file1 r1 Sun Sep 9 01:46:40 2001 (copy source)
> +++ dir2/file7 r3 Sun Sep 9 07:20:00 2001 (unchanged copied file)
>
> Copied and changed file:
> old: --- file1 (original)
> +++ dir3/file8 Sun Sep 9 10:06:40 2001
>
> new: --- file1 r1 Sun Sep 9 01:46:40 2001 (copy source)
> +++ dir3/file8 r4 Sun Sep 9 10:06:40 2001
>
> Deleted file:
> old: --- file2 Sun Sep 9 15:40:00 2001
> +++ (empty file)
>
> new: --- file2 r5 Sun Sep 9 15:40:00 2001 (original)
> +++ (empty, because file is deleted)

  • application/pgp-signature attachment: stored
Received on Wed Sep 13 20:49:42 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.