Mercurial > hg4j
comparison TODO @ 107:7ec89d637f50
CatCommand
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Sat, 29 Jan 2011 02:16:01 +0100 |
parents | 0b2dcca7de9f |
children | dd4d2d0e42cd |
comparison
equal
deleted
inserted
replaced
106:5c43e937e15b | 107:7ec89d637f50 |
---|---|
17 + copies for [revision..revision] and for [revision..working dir] | 17 + copies for [revision..revision] and for [revision..working dir] |
18 - path or anything meaningful instead of Strings | 18 - path or anything meaningful instead of Strings |
19 - matchers | 19 - matchers |
20 | 20 |
21 * hg cat | 21 * hg cat |
22 + CatCommand. File, revision. | |
23 - Cat command line client | |
22 | 24 |
23 * hgignore | 25 + hgignore |
24 + glob | 26 + glob |
25 + pattern | 27 + pattern |
26 | 28 |
27 * Tests with JUnit | 29 + Tests with JUnit |
30 | |
31 * tags | |
32 * Tags are read and can be queried (cmdline Log does) | |
28 | 33 |
29 Proposed: | 34 Proposed: |
30 - LogCommand.revision(int... rev)+ to walk selected revisions only (list->sort(array) on execute, binary search) | 35 - LogCommand.revision(int... rev)+ to walk selected revisions only (list->sort(array) on execute, binary search) |
31 - LogCommand.before(Date date) and .after() | 36 - LogCommand.before(Date date) and .after() |
32 - LogCommand.match() to specify pattern, no selected file()s only? | 37 - LogCommand.match() to specify pattern, no selected file()s only? |
33 * RepositoryFacade and CommandContext | 38 * RepositoryFacade and CommandContext |
34 - hgignore: read extra ignore files from config file (ui.ignore) | 39 - hgignore: read extra ignore files from config file (ui.ignore) |
35 - tags | 40 |
36 | 41 |
37 | 42 |
38 Read-only support, version 1.1 | 43 Read-only support, version 1.1 |
39 ============================== | 44 ============================== |
40 Committed: | 45 Committed: |