Examples of FNCacheFile


Examples of org.tmatesoft.hg.internal.FNCacheFile

    public void initEmptyRepository() throws HgIOException, HgRepositoryNotFoundException {
      repoInit.initEmptyRepository(hgDir);
      assert (repoInit.getRequires() & FNCACHE) != 0;
      // XXX perhaps, with WriteDownMate moving to a more appropriate location,
      // we could instantiate HgRepository (or Internals) by other means, without exception?
      fncacheFile = new FNCacheFile(Internals.getInstance(new HgLookup(ctx).detect(hgDir)));
    }
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.