gitlive.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 30 Mar 2011 09:47:26 +0000 (17:47 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 30 Mar 2011 09:47:26 +0000 (17:47 +0800)
gitlive.js

index 09ede61..c590c66 100644 (file)
@@ -156,14 +156,7 @@ var monitor = new Monitor({
                 case 'update':
                     readResult(Git.run(gitlive + '/' + cmd.repo, 'commit', cmd.file  , {   message: cmd.file}  ));
                     break;
-                    //this.queue.push( 
-                   //     [ src.gitpath, 'commit' ,  src.vpath, { message: src.vpath} ]
-                   // );
-                    this.action_queue.push({
-                        action: 'update',
-                        repo : src.repo,
-                        file : src.vpath
-                    });
+                    
                 case 'mv':