public
Rubygem
Description: Git based distributed ticketing system, including a command line client and web viewer
Clone URL: git://github.com/schacon/ticgit.git
Search Repo:
Removed a duplicate method
pope (author)
Sun May 11 19:20:47 -0700 2008
commit  74b835f70b3228258bc1442a1a464155efddd3d8
tree    c1d45a7be3fa56182179018017465ad51f48cb8f
parent  ec0b1d7963f066ba20ffbb8960f4ccc015ef2691
...
80
81
82
83
84
85
86
87
88
89
90
91
92
93
...
80
81
82
 
 
 
 
 
 
 
 
83
84
85
0
@@ -80,14 +80,6 @@ module TicGit
0
         puts commit.sha[0, 7] + " " + commit.date.strftime("%m/%d %H:%M") + "\t" + commit.message
0
       end
0
     end
0
-
0
-
0
- def handle_ticket_recent
0
- tic.ticket_recent(ARGV[1]).each do |commit|
0
- puts commit.sha[0, 7] + " " + commit.date.strftime("%m/%d %H:%M") + "\t" + commit.message
0
- end
0
- end
0
-
0
     
0
     def parse_ticket_tag
0
       @options = {}

Comments

    No one has commented yet.