Method: Bob::SCM::Svn#with_commit
- Defined in:
- lib/bob/scm/svn.rb
#with_commit(commit_id) ⇒ Object
20 21 22 23 24 |
# File 'lib/bob/scm/svn.rb', line 20 def with_commit(commit_id) update_code checkout(commit_id) yield end |
20 21 22 23 24 |
# File 'lib/bob/scm/svn.rb', line 20 def with_commit(commit_id) update_code checkout(commit_id) yield end |