Mercurial > hg4j
comparison TODO @ 77:c677e1593919
Moved RevlogStream implementation into .internal
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Mon, 24 Jan 2011 05:33:47 +0100 |
parents | 9a03a80a0f2f |
children | c25c5c348d1b |
comparison
equal
deleted
inserted
replaced
76:658fa6b3a371 | 77:c677e1593919 |
---|---|
1 Read-only support, version 1.0 | 1 Read-only support, version 1.0 |
2 ============================== | 2 ============================== |
3 Committed: | 3 Committed: |
4 * hg log | 4 * hg log |
5 user, date, branch, limit | 5 + user, branch, limit |
6 filename(multiple?) | 6 - date, |
7 + filename | |
8 - filename and follow history | |
9 - | |
7 | 10 |
8 * hg manifest (aka ls) | 11 * hg manifest (aka ls) |
9 | 12 |
10 * hg status | 13 * hg status |
14 - copies for revisions | |
11 | 15 |
12 * hg cat | 16 * hg cat |
13 | 17 |
14 Proposed: | 18 Proposed: |
15 - LogCommand.revision(int... rev)+ to walk selected revisions only (list->sort(array) on execute, binary search) | 19 - LogCommand.revision(int... rev)+ to walk selected revisions only (list->sort(array) on execute, binary search) |