Package org.tmatesoft.hg.internal

Examples of org.tmatesoft.hg.internal.ManifestRevision.begin()


    }, revisionsToCollect);
  }
 
  /*package-local*/ static ManifestRevision createEmptyManifestRevision() {
    ManifestRevision fakeEmptyRev = new ManifestRevision(null, null);
    fakeEmptyRev.begin(NO_REVISION, null, NO_REVISION);
    fakeEmptyRev.end(NO_REVISION);
    return fakeEmptyRev;
  }
 
  /**
 
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.