view src/com/tmate/hgkit/ll/RevlogIterator.java @ 69:5a69397f0f99

Discovery utility for Hg network protocol finally in the repo, with quick-n-dirty ConfigFile impl that helps to hide auth info
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Sat, 22 Jan 2011 22:53:57 +0100
parents dbd663faec1f
children
line wrap: on
line source
/**
 * Copyright (c) 2010 Artem Tikhomirov 
 */
package com.tmate.hgkit.ll;

/**
 * To walk against revlog
 * XXX consider external iterator approach 
 * @author artem
 */
public class RevlogIterator {

	public RevlogIterator(RevlogStream stream) {
		
	}
}