Et oui %w[ toto tata titi ] est equivalent a [ 'toto', 'tata',
'titi'
], c'est un truc pour les feignants comme moi :) (pour s'en rappeler
c'est 'w' comme "word list")
On 1/24/06, Roland Levillain <roland(a)lrde.epita.fr> wrote:
Hop, le premier commit de Olena 1.0. :)
(Désolé pour le mail en retard, je me suis raté avec Vcs.)
https://svn.lrde.epita.fr/svn/oln/trunk
ChangeLog | 6 ++++++
vcs/oln.rb | 16 ++++++++++++++++
2 files changed, 22 insertions(+)
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
Add Vcs helper.
* vcs/oln.rb: New.
++ vcs/oln.rb (révision 382)
class Vcs
# See
http://rubyforge.org/projects/vcs
# and
http://vcs.rubyforge.org
protocol_version '0.1'
def olena_commit! ( *args )
common_commit!("<%= rev %>: <%= title %>", *args) do |subject|
mail!(:to => %w['olena-patches(a)lrde.epita.fr']fr'], :subject => subject)
end
end
alias_command :olnci, :olena_commit
default_commit :olena_commit
end # class Vcs
--
Nicolas Pouillard aka Ertai <ertai(a)feydakins.org>
http://uttk.org Uttk -- Unified Test Tool Kit