https://svn.lrde.epita.fr/svn/ranch/trunk
Index: ChangeLog
from Nicolas Desprès <nicolas.despres(a)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(a)lrde.epita.fr' ], :subject => subject)
end
end