Mercurial > hg4j
view TODO @ 87:25f2e5d1cd8b
Fix IAE when changeset has no files listed (merged revision)
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Wed, 26 Jan 2011 01:07:26 +0100 |
parents | a5275143664c |
children | c2ce1cfaeb9e |
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? * RepositoryFacade and CommandContext Read-only support, version 1.1 ============================== Committed: * http, https and ssh connections: * incoming * outgoing