All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aragost.javahg.ext.mq.QDiffCommand Maven / Gradle / Ivy

package com.aragost.javahg.ext.mq;

import com.aragost.javahg.Repository;
import com.aragost.javahg.ext.mq.flags.QDiffCommandFlags;

public class QDiffCommand extends QDiffCommandFlags {

	public QDiffCommand(Repository repository) {
		super(repository);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy