Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 24
- Log:
Initial import of Collaboa 0.5.6 from downloaded Tarball. Collaboa is
a Ruby On Rails based bug tracker and SVN repository browsing tool.
- Author:
- adh
- Date:
- Mon Jul 24 21:54:39 +0100 2006
- Size:
- 239 Bytes
1 | # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html |
2 | milestone1: |
3 | id: 1 |
4 | name: Milestone 1 |
5 | info: This is milestone 1 |
6 | completed: 0 |
7 | milestone2: |
8 | id: 2 |
9 | name: Milestone 2 |
10 | info: This is milestone 2 |
11 | completed: 0 |