lib/dev/cmd/Commit.rb in dev-1.0.223 vs lib/dev/cmd/Commit.rb in dev-1.0.224

- old
+ new

@@ -8,10 +8,9 @@ if scm_type == "svn" self << "{:cmd=>'svn commit -F commit.message',:auto=>true,:throw_on_error=>false}" else if scm_type == "git" self << "{:cmd=>'git commit -a -F commit.message',:auto=>true}" - #self << "{:cmd=>'git svn dcommit',:auto=>true}" end end end end # class Compile \ No newline at end of file