lib/dev/cmd/Commit.rb in dev-1.0.209 vs lib/dev/cmd/Commit.rb in dev-1.0.210
- old
+ new
@@ -8,10 +8,10 @@
if scm_type == "svn"
self << "{:cmd=>'svn commit -F commit.message',:auto=>true}"
else
if scm_type == "git"
self << "{:cmd=>'git commit -a -F commit.message',:auto=>true}"
- self << "{:cmd=>'git svn dcommit',:auto=>true}"
+ #self << "{:cmd=>'git svn dcommit',:auto=>true}"
end
end
end
def get_default_scm_type
\ No newline at end of file