public
Description: The Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/timcharper/git-tmbundle.git
tell textmate to rescan after a svn rebase
timcharper (author)
Thu Apr 03 13:27:56 -0700 2008
commit  32c006a4cb99df4278bf6afe7646c1673d2353b7
tree    18a08b2a0c05666a761bd447358bac9863089029
parent  46a459f1d00b913af3d8cc5a0df4035fea838992
...
7
8
9
 
10
11
12
...
7
8
9
10
11
12
13
0
@@ -7,6 +7,7 @@ class SvnController < ApplicationController
0
   def rebase
0
     puts "<h2>Rebasing Subversion Repository</h2>"
0
     puts htmlize(git.svn.rebase)
0
+ rescan_project
0
   end
0
   
0
   def fetch

Comments

    No one has commented yet.