Scm/Git/Repo.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 13 Sep 2011 13:24:24 +0000 (21:24 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 13 Sep 2011 13:24:24 +0000 (21:24 +0800)
Scm/Git/Repo.js

index 47da2aa..fe2e084 100644 (file)
@@ -578,10 +578,6 @@ Repo = XObject.define(
             
         applyPatch : function( diff )
         {
-              
-            
-             
-             
             var sp = new Spawn({
                 cwd : this.repopath,
                 args : [ 'patch' , '-p1' ] ,