havm 161: Use the right e-mail address in the Vcs helper.

6 Mar
2006
6 Mar
'06
10:22 p.m.
https://svn.lrde.epita.fr/svn/havm/trunk Index: ChangeLog from Roland Levillain <roland@lrde.epita.fr> * vcs/havm.rb: Use the right e-mail address. havm.rb | 2 +- 1 files changed, 1 insertion, 1 deletion Index: vcs/havm.rb --- vcs/havm.rb (revision 160) +++ vcs/havm.rb (working copy) @@ -7,7 +7,7 @@ def havm_commit! ( *args ) common_commit!("havm 161: <%= title %>", *args) do |subject| - mail!(:to => %w[tiger-patches@lrde.epita.fr], :subject => subject) + mail!(:to => %w[projects@lrde.epita.fr], :subject => subject) end end alias_command :havmci, :havm_commit
7110
Age (days ago)
7110
Last active (days ago)
0 comments
1 participants
participants (1)
-
Roland Levillain