lib/tasks/commit.rb in dev-2.0.149 vs lib/tasks/commit.rb in dev-2.0.150

- old
+ new

@@ -1,4 +1,6 @@ +puts __FILE__ if defined?(DEBUG) + desc 'commits source files to git or subversion' task :commit do Tasks.execute_task :commit;end class Commit < Array def update \ No newline at end of file