Package org.eclipse.egit.core.op

Examples of org.eclipse.egit.core.op.RevertCommitOperation.execute()


        UIText.RevertHandler_JobName, Integer.valueOf(commits.size()))) {

      @Override
      public IStatus runInWorkspace(IProgressMonitor monitor) {
        try {
          op.execute(monitor);
          RevCommit newHead = op.getNewHead();
          List<Ref> revertedRefs = op.getRevertedRefs();
          if (newHead != null && revertedRefs.isEmpty())
            showRevertedDialog(shell);
          if (newHead == null) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.