Package org.eclipse.egit.core.op

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


  @Test
  public void edit() throws Exception {
    EditCommitOperation op = new EditCommitOperation(
        testRepository.getRepository(), firstCommit);
    op.execute(new NullProgressMonitor());

    assertEquals(RepositoryState.REBASING_INTERACTIVE, testRepository
        .getRepository().getRepositoryState());

    List<RebaseTodoLine> todos = testRepository.getRepository()
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.