Commit 22a735d609f3250e9317a4e04d6208923707c985

added story

Commit diff

lib/kipling/commands/view_command.rb

 
2121 end
2222
2323 def execute(args)
24 timeline = super_command.super_command.timeline
24 after = Time.now - 4*24*3600
25 before = Time.now
26 timeline = super_command.super_command.timeline(after, before)
2527 points = timeline.points[@n]
2628 cards = points[1]
2729 card_view = CardView.new(cards, :attribute => @attribute, :sum => @sum)
toggle raw diff

stories/stories/subversion_support.story

 
1name: Subversion support
2state: backlog
3points: 8
4---
toggle raw diff