Skip to content

Instantly share code, notes, and snippets.

@retorquere
Created July 13, 2011 13:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save retorquere/1080277 to your computer and use it in GitHub Desktop.
Save retorquere/1080277 to your computer and use it in GitHub Desktop.
@@ -178,6 +178,8 @@ module BacklogsPlugin
raise "Unexpected value #{params[:copy_tasks]}"
end
+ puts action + ': ' + tasks.collect{|t| "#{t.id}: #{t.closed?}"}.join('; ')
+
tasks.each {|t|
nt = RbTask.new
nt.copy_from(t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment