Commit 22a735d609f3250e9317a4e04d6208923707c985
- Date: Sat Mar 22 15:55:53 +0000 2008
- Committer: Aslak Hellesøy (aslak.hellesoy@gmail.com)
- Author: Aslak Hellesøy (aslak.hellesoy@gmail.com)
- Commit SHA1: 22a735d609f3250e9317a4e04d6208923707c985
- Tree SHA1: 8f98e8ce8e603ef040cc36705fea9d45ba788512
Commit diff
- Diff rendering mode:
- inline
- side by side
lib/kipling/commands/view_command.rb
|   | ||
| 21 | 21 | end |
| 22 | 22 | |
| 23 | 23 | def execute(args) |
| 24 | ||
| 24 | after = Time.now - 4*24*3600 | |
| 25 | before = Time.now | |
| 26 | timeline = super_command.super_command.timeline(after, before) | |
| 25 | 27 | points = timeline.points[@n] |
| 26 | 28 | cards = points[1] |
| 27 | 29 | card_view = CardView.new(cards, :attribute => @attribute, :sum => @sum) |
| toggle raw diff | ||
stories/stories/subversion_support.story
|   | ||
| 1 | name: Subversion support | |
| 2 | state: backlog | |
| 3 | points: 8 | |
| 4 | --- | |
| toggle raw diff | ||
