Mercurial > jhg
view src/com/tmate/hgkit/ll/RevlogIterator.java @ 68:0e499fed9b3d
StatusCommand with tests. Extra constants to indicate common revision cases
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Sat, 22 Jan 2011 22:11:24 +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) { } }