[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: Justin Erenkrantz <jerenkrantz_at_apache.org>
Date: 2002-10-23 09:52:38 CEST

--On Tuesday, October 22, 2002 5:34 PM -0700 Greg Stein
<gstein@lyra.org> wrote:

> 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.

Heh, you noticed that too.

I took a pass at getting it to work with the new template. Works for
me, so I figure I'd commit the darn thing. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 23 09:53:12 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.