Package org.eclipse.egit.core.op

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


    // reset -> there should be no more changes
    ResetOperation rop = new ResetOperation(
        lookupRepository(repositoryFile), "refs/heads/master",
        ResetType.HARD);
    rop.execute(new NullProgressMonitor());

    clickCompareWith(compareWithIndexActionLabel);

    assertTreeCompareNoChange();
  }
View Full Code Here


    // reset -> there should be no more changes
    ResetOperation rop = new ResetOperation(
        lookupRepository(repositoryFile), "refs/heads/master",
        ResetType.HARD);
    rop.execute(new NullProgressMonitor());

    clickCompareWithAndWaitForSync(compareWithHeadMenuLabel);

    assertSynchronizeNoChange();
  }
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.