bzrwrapper / 0.1
| Short description: | wrapper to extract information from bazaar-branches | |||||
|---|---|---|---|---|---|---|
| Category: | Application/bazaar | |||||
| Status: | alpha | |||||
| Created: | 2007-08-24 11:43:31 GMT | |||||
| Last update: | 2007-08-24 11:43:31 GMT | |||||
| Owner: | rene paulokat (Projects of this owner) | |||||
| Homepage: | http://bzrwrapper.rubyforge.org/ | |||||
| Download: | http://rubyforge.org/frs/?group_id=4305 | |||||
| License: | GPL | |||||
| Dependency: |
|
|||||
| Description: | BzrWrapperextract information of bazaar-branches:
BzrWrapper::Branch.new('./rubzr').last_commits(2) { |c| puts c.time }
-> Tue Aug 21 16:57:22 +0200 2007
-> Tue Aug 21 21:05:42 +0200 2007
|
|||||