package jetbrains.mps.vcs.util; /*Generated by MPS */ public interface MergeConstants { int CURRENT = 0; int ORIGINAL = 1; int LAST_REVISION = 2; }