"Ph. Marek" <philipp.marek@bmlv.gv.at> writes:
> Usage is as follows:
> diff -urp subversion.orig subversion.mine > patch
> (the -p tells diff to output the function names)
> vi patch
> :source diff_to_logmsg.vim
> and voila! Just the documentation has to be written :-)
>
> Maybe that script can be included in tools/dev along with svn-dev.vim.
What is the comment character in vim scripts? I'd like to include
your documentation inside the script itself.
-Karl
> :0
> insert
> [[[
>
>
> ]]]
> .
> :g/^\(---\|@@\)/normal ""yygg/]]]kk""p
>
> :0
>
> :1;/]]]/ s#--- \([^\t ]\+\).\+#\r* \1#
> :1;/]]]/ s#@@ .\+ @@ .*\<\(\w\+\) *(.*# (\1) #
> :1;/]]]/ g#@@ .\+#normal dd
> :1;/]]]/ !uniq
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 8 17:56:13 2004