Package org.tmatesoft.hg.internal

Examples of org.tmatesoft.hg.internal.RevlogDelegate.walk()


      head = new LinkRevDelegate(linkRevInspector, head);
    }
    // first to get notified is created last

    assert head != null; // we know all subclasses of Revlog.Inspector
    head.walk(getRepo(), content, _start, end);
  }
 
  /**
   * MARKER
   */
 
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.