Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tiger
nolimips
Commits
47c7d8c9
Commit
47c7d8c9
authored
Mar 04, 2006
by
Roland Levillain
Browse files
Add support for Vcs.
* vcs/nolimips.rb: New.
parent
5ce2b34b
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
47c7d8c9
2006-03-05 Roland Levillain <roland@lrde.epita.fr>
Add support for Vcs.
* vcs/nolimips.rb: New.
2006-01-08 Benot Perrot <benoit@lrde.epita.fr>
Control coprocessor has the system library
...
...
vcs/nolimips.rb
0 → 100644
View file @
47c7d8c9
class
Vcs
# See http://rubyforge.org/projects/vcs
# and http://vcs.rubyforge.org
protocol_version
'0.1'
def
nolimips_commit!
(
*
args
)
common_commit!
(
"nolimips <%= rev %>: <%= title %>"
,
*
args
)
do
|
subject
|
mail!
(
:to
=>
%w[tiger-patches@lrde.epita.fr]
,
:subject
=>
subject
)
end
end
alias_command
:nolci
,
:nolimips_commit
default_commit
:nolimips_commit
end
# class Vcs
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment