Mercurial > jhg
view src/com/tmate/hgkit/ll/RevlogIterator.java @ 18:02ee376bee79
status operation against current working directory
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Mon, 03 Jan 2011 20:42:52 +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) { } }