Mercurial > hg4j
comparison TODO @ 78:c25c5c348d1b
Skip metadata in the beginning of a file content. Parse metadata, recognize copies/renames
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Tue, 25 Jan 2011 02:13:53 +0100 |
parents | c677e1593919 |
children | a5275143664c |
comparison
equal
deleted
inserted
replaced
77:c677e1593919 | 78:c25c5c348d1b |
---|---|
4 * hg log | 4 * hg log |
5 + user, branch, limit | 5 + user, branch, limit |
6 - date, | 6 - date, |
7 + filename | 7 + filename |
8 - filename and follow history | 8 - filename and follow history |
9 - | 9 |
10 | 10 |
11 * hg manifest (aka ls) | 11 * hg manifest (aka ls) |
12 | |
12 | 13 |
13 * hg status | 14 * hg status |
14 - copies for revisions | 15 - copies for revisions |
15 | 16 |
17 | |
16 * hg cat | 18 * hg cat |
19 | |
17 | 20 |
18 Proposed: | 21 Proposed: |
19 - LogCommand.revision(int... rev)+ to walk selected revisions only (list->sort(array) on execute, binary search) | 22 - LogCommand.revision(int... rev)+ to walk selected revisions only (list->sort(array) on execute, binary search) |
20 - LogCommand.before(Date date) and .after() | 23 - LogCommand.before(Date date) and .after() |
21 - LogCommand.match() to specify pattern, no selected file()s only? | 24 - LogCommand.match() to specify pattern, no selected file()s only? |