public
Description: The Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/timcharper/git-tmbundle.git
fix for previous commit
timcharper (author)
Tue Apr 29 22:28:31 -0700 2008
commit  34fbf368e05ed9560345d0c128d08901547fdd27
tree    94f916208889e4927c94738ffa23fa766d6e0137
parent  6260242fd432241af845ecd514bf154184cf32a0
...
147
148
149
150
 
151
152
153
...
147
148
149
 
150
151
152
153
0
@@ -147,7 +147,7 @@ class RemoteController < ApplicationController
0
     end
0
     
0
     def progress_start(remote, state, count)
0
- puts("<div>#{remote}_#{state} #{count} objects. <span id='#{state}_progress'>0% 0 / #{count}</span></div>")
0
+ puts("<div>#{state} #{count} objects. <span id='#{remote}_#{state}_progress'>0% 0 / #{count}</span></div>")
0
     end
0
     
0
     def progress(remote, state, percentage, index, count)

Comments

    No one has commented yet.