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

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

package com.aragost.javahg.ext.mq;

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

public class QFoldCommand extends QFoldCommandFlags {

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

	/**
	 * Fold the given patch files into the current patch
	 * 
	 * @param files The files to fold
	 */
	public void execute(String... files) {
		launchString(files);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy