[ranch] 4: Add forgotten banner.

8 Nov
2005
8 Nov
'05
9:07 a.m.
https://svn.lrde.epita.fr/svn/ranch/trunk Index: ChangeLog from Nicolas Desprès <nicolas.despres@lrde.epita.fr> Add forgotten banner. * vcs/ranch.rb: Add the banner of the projet in the mail subject. ranch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: vcs/ranch.rb --- vcs/ranch.rb (revision 3) +++ vcs/ranch.rb (working copy) @@ -8,7 +8,7 @@ protocol_version '0.1' def ranch_commit! ( *args ) - common_commit!("<%= rev %>: <%= title %>", *args) do |subject| + common_commit!("[ranch] <%= rev %>: <%= title %>", *args) do |subject| mail!(:to => [ 'projects@lrde.epita.fr' ], :subject => subject) end end
7229
Age (days ago)
7229
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nicolas Despr�s