public
Description: The Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/timcharper/git-tmbundle.git
resurrected "ALL_REMOTES" option
timcharper (author)
Tue Apr 01 00:42:08 -0700 2008
commit  b1054a242af4d2fd89078e30863f0709338b169a
tree    162a6ffeb3cea9f08833b9ae882130befe84aeda
parent  50dba3aa07f870206c4a9d8eb6a493beef09330a
...
140
141
142
 
143
144
145
...
140
141
142
143
144
145
146
0
@@ -140,6 +140,7 @@ class RemoteController < ApplicationController
0
         sources.uniq!
0
       end
0
       
0
+ sources << ALL_REMOTES if sources.length > 1
0
       TextMate::UI.request_item(options) do |selections|
0
         ((selections == ALL_REMOTES) ? (sources-[ALL_REMOTES]) : [selections]).each do |selection|
0
           yield selection

Comments

    No one has commented yet.