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

Re: svn commit: rev 3432 - trunk/tools/client-side

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-10-23 02:34:48 CEST

On Mon, Oct 21, 2002 at 11:54:18PM -0500, bcollins@tigris.org wrote:
>...
> +" au BufNewFile,BufRead msg.*.tmp
> +" \ if getline(2) =~ '^SVN:' | setf svn | endif
>...
> +syn region svnLine start="^SVN:" end="$" contains=svnAdd,svnDel,svnMod
> +syn match svnAdd contained " [A_][ A] .*"
> +syn match svnDel contained " [D_][ D] .*"
> +syn match svnMod contained " [M_][ M] .*"

The SVN: is no longer present in commit messages. We have a separator line
now. Also, I believe that underscores will not appear in there any more;
just spaces.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 23 02:35:23 2002

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.