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

com.aragost.javahg.merge.FlagConflict Maven / Gradle / Ivy

package com.aragost.javahg.merge;

/**
 * Represent a file where merge gave a flag conflict.
 * 

* Current JavaHg does not provide any API to manipulate this merge. * It is merge with the default settings (i.e. no flags) */ public class FlagConflict extends MergeFile { public FlagConflict(ConflictResolvingContext mergeState, String file) { super(mergeState, file); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy