public
Description: The Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/timcharper/git-tmbundle.git
fixed bracket method of accessing branches
timcharper (author)
Fri Jun 13 14:19:00 -0700 2008
commit  14d72a15030f784324946129a0e7bbee2baecff5
tree    2c078d1ed38f70e7da8f7cde103c3e414b387692
parent  aa99a38405038aa79a5663af85fd8cfdb5a5b8c0
...
12
13
14
15
 
16
17
18
...
12
13
14
 
15
16
17
18
0
@@ -12,7 +12,7 @@ class SCM::Git::Branch < SCM::Git::CommandProxyBase
0
   include BranchHelperMethods
0
   
0
   def [](name)
0
- SCM::Git::Branch::Proxy.new(@base, self, name)
0
+ SCM::Git::Branch::BranchProxy.new(@base, self, name)
0
   end
0
   
0
   def create_and_switch(name)

Comments

    No one has commented yet.