https://svn.lrde.epita.fr/svn/havm/trunk
Index: ChangeLog
from Roland Levillain <roland(a)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(a)lrde.epita.fr], :subject => subject)
+ mail!(:to => %w[projects(a)lrde.epita.fr], :subject => subject)
end
end
alias_command :havmci, :havm_commit