lib/commit.rb in dev_commands-0.0.19 vs lib/commit.rb in dev_commands-0.0.20

- old
+ new

@@ -9,7 +9,10 @@ add "git commit -m'all'" end add "<%FileUtils.rm('commit.message')%>" if File.exists?('commit.message') end end + if(File.exists?('.svn')) + add 'svn commit -m"commit all"' + end end end \ No newline at end of file