EditManager.performRedo() should include redoPsuedoOp in complete event
I think this is a bug but I just want to verify. In EditManager.performRedo(), it dispatches a FlowOperationEvent.FLOW_OPERATION_COMPLETE event but passes in "op" as the operation parameter when I think it should be passing in "redoPsuedoOp". This would make it consistent with performUndo(). Without passing redoPsuedoOp, it's difficult to tell from an event handler whether the operation was a redo or a brand new operation.
