Class AbstractDiffCommand

  • All Implemented Interfaces:
    Command
    Direct Known Subclasses:
    GitDiffCommand, HgDiffCommand, JGitDiffCommand, SvnDiffCommand

    public abstract class AbstractDiffCommand
    extends AbstractCommand
    TODO: Better support for entire filesets. TODO: Better support for entire changesets (ie consistency between revision handling in SVN). TODO: Consistent handling of revisions, tags and dates - currently only revisions supported.