formatting

master
joey 2006-04-25 00:29:06 +00:00
parent e2924c0930
commit 1f66fb8a28
2 changed files with 3 additions and 2 deletions

View File

@ -188,6 +188,7 @@ sub rcs_notify () { #{{{
my $diff=`svnlook diff $config{svnrepo} -r $rev --no-diff-deleted`;
my $user=`svnlook author $config{svnrepo} -r $rev`;
chomp $user;
my $message=`svnlook log $config{svnrepo} -r $rev`;
if ($message=~/$svn_webcommit/) {
$user="$1";

View File

@ -1,5 +1,5 @@
The following change has been made to <TMPL_VAR WIKINAME>
The following change was made to <TMPL_VAR WIKINAME>
by <TMPL_VAR USER>:
<TMPL_VAR MESSAGE>
<TMPL_VAR MESSAGE>
<TMPL_VAR DIFF>