lib/dev/Commands.rb in dev-1.0.161 vs lib/dev/Commands.rb in dev-1.0.162

- old
+ new

@@ -102,9 +102,10 @@ call=Dev::SystemCall.new('svn info') url = call.output.match(/URL: ([\d\w\.\:\/-]+)/)[1] rev = call.output.match(/Last Changed Rev: ([\d]+)/)[1] puts " #{url}@#{rev}" end + FileUtils.rm "commit.message" if File.exists?("commit.message") end def check puts " default.taskstamp." + DEV.context + " exists." if File.exists?("default.taskstamp."+ DEV.context) puts " default.taskstamp." + DEV.context + " does not exist" unless File.exists?("default.taskstamp." +DEV.context) \ No newline at end of file