Package com.intellij.openapi.vcs

Examples of com.intellij.openapi.vcs.VcsKey


      }
      if (listManager.isIgnoredFile(virtualFile)) {
        builder.processIgnoredFile(virtualFile);
        continue;
      }
      final VcsKey key = MksVcs.OUR_KEY;
      switch (state.status) {
        case ADDED: {
          MksChangePackage changePackage = getChangePackage(changePackages, state);
          Change change = new Change(
              null,
View Full Code Here

TOP

Related Classes of com.intellij.openapi.vcs.VcsKey

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.