Mercurial > hg4j
view TODO @ 81:40d04c4f771e
build.xml: samples target fixed to use proper package names.
author | alex |
---|---|
date | Tue, 25 Jan 2011 15:11:58 +0100 |
parents | c25c5c348d1b |
children | a5275143664c |
line wrap: on
line source
Read-only support, version 1.0 ============================== Committed: * hg log + user, branch, limit - date, + filename - filename and follow history * hg manifest (aka ls) * hg status - copies for revisions * hg cat Proposed: - LogCommand.revision(int... rev)+ to walk selected revisions only (list->sort(array) on execute, binary search) - LogCommand.before(Date date) and .after() - LogCommand.match() to specify pattern, no selected file()s only? Read-only support, version 1.1 ============================== Committed: * http, https and ssh connections: * incoming * outgoing