Re: XRM 9: Update commit informations for VCS.

On 2006-05-09, SIGOURE Benoit <sigoure.benoit@lrde.epita.fr> wrote:
https://svn.lrde.epita.fr/svn/xrm/trunk
Index: ChangeLog from SIGOURE Benoit <sigoure.benoit@lrde.epita.fr>
blablabla
xrm.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Index: vcs/xrm.rb --- vcs/xrm.rb (revision 8) +++ vcs/xrm.rb (working copy) @@ -5,12 +5,12 @@
protocol_version '0.1'
- def nscxx_commit! ( *args ) + def xrm_commit! ( *args ) common_commit!("XRM 9: <%= title %>", *args) do |subject|
^^^
- mail!(:to => %w[sigoure.benoit@lrde.epita.fr], :subject => subject) + mail!(:to => %w[lrde-patches@lrde.epita.fr], :subject => subject) end end - alias_command :nsxxci, :nscxx_commit - default_commit :nscxx_commit + alias_command :xrmci, :xrm_commit + default_commit :xrm_commit
end # class Vcs
I guess the search'n'replace of <%= rev %> shouldn't occur in the diff ;) -- SIGOURE Benoit aka Tsuna _____ /EPITA\ Promo 2008.CSI Rock & tRoll

On 5/10/06, Tsuna <tsuna@warszawa.lrde.epita.fr> wrote:
On 2006-05-09, SIGOURE Benoit <sigoure.benoit@lrde.epita.fr> wrote:
https://svn.lrde.epita.fr/svn/xrm/trunk
Index: ChangeLog from SIGOURE Benoit <sigoure.benoit@lrde.epita.fr>
blablabla
xrm.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Index: vcs/xrm.rb --- vcs/xrm.rb (revision 8) +++ vcs/xrm.rb (working copy) @@ -5,12 +5,12 @@
protocol_version '0.1'
- def nscxx_commit! ( *args ) + def xrm_commit! ( *args ) common_commit!("XRM 9: <%= title %>", *args) do |subject|
^^^
- mail!(:to => %w[sigoure.benoit@lrde.epita.fr], :subject => subject) + mail!(:to => %w[lrde-patches@lrde.epita.fr], :subject => subject) end end - alias_command :nsxxci, :nscxx_commit - default_commit :nscxx_commit + alias_command :xrmci, :xrm_commit + default_commit :xrm_commit
end # class Vcs
I guess the search'n'replace of <%= rev %> shouldn't occur in the diff ;)
Yes :) but I don't want to change this! Thanks for the report. -- Nicolas Pouillard aka Ertai <ertai@feydakins.org> http://uttk.org Uttk -- Unified Test Tool Kit
participants (2)
-
Nicolas Pouillard
-
Tsuna