Package org.tmatesoft.hg.internal

Examples of org.tmatesoft.hg.internal.DirstateReader.parents()


        default: throw new HgInvalidStateException(String.format("Unexpected entry in the dirstate: %s", kind));
        }
        return true;
      }
    });
    parents = dirstateReader.parents();
  }

  /**
   * @return pair of working copy parents, with {@link Nodeid#NULL} for missing values.
   */
 
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.