lib/dev/cmd/Commit.rb in dev-1.0.218 vs lib/dev/cmd/Commit.rb in dev-1.0.219
- old
+ new
@@ -4,10 +4,10 @@
def refresh
strip_auto_entries
File.open('commit.message','w'){|f|f.puts "commit all"} if !File.exists?('commit.message')
scm_type = Scm.get_default_scm_type
if scm_type == "svn"
- self << "{:cmd=>'svn commit -F commit.message',:auto=>true}"
+ 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
\ No newline at end of file