- All Implemented Interfaces:
- Command
public class AccuRevChangeLogCommand
extends AbstractAccuRevCommand
TODO filter results based on project_path Find appropriate start and end transaction ids from parameters. Streams
must be the same. Diff on stream start to end - these are the upstream changes Hist on the stream start+1 to end
remove items from the upstream set if they appear in the history For workspaces diff doesn't work. So we would not
pickup any upstream changes, just the "keep" transactions which is not very useful. Hist on the workspace Then diff /
hist on the basis stream, skipping any transactions that are coming from the workspace.
- Author:
- ggardner