Package org.tmatesoft.hg.core

Examples of org.tmatesoft.hg.core.HgOutgoingCommand.against()


      System.err.printf("Remote repository %s is not valid", hgRemote.getLocation());
      return;
    }
    //
    HgOutgoingCommand cmd = hgRepo.createOutgoingCommand();
    cmd.against(hgRemote);
   
    // find all local children of commonKnown
    List<Nodeid> result = cmd.executeLite();
    dump("Lite", result);
    //
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.