Mercurial > hg4j
comparison TODO @ 109:dd4d2d0e42cd
Handler for StatusCommand to get notifications in the form of HgStatus object
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Sat, 29 Jan 2011 04:17:13 +0100 |
parents | 7ec89d637f50 |
children | d488c7638b87 |
comparison
equal
deleted
inserted
replaced
108:0c9804857000 | 109:dd4d2d0e42cd |
---|---|
24 | 24 |
25 + hgignore | 25 + hgignore |
26 + glob | 26 + glob |
27 + pattern | 27 + pattern |
28 | 28 |
29 + Tests with JUnit | 29 + Tests with JUnit |
30 - allow to specify repo location (system property) | |
31 - keep a .zip of repo along with tests | |
30 | 32 |
31 * tags | 33 * tags |
32 * Tags are read and can be queried (cmdline Log does) | 34 * Tags are read and can be queried (cmdline Log does) |
35 | |
36 - keywords | |
37 | |
38 - newlines | |
39 | |
33 | 40 |
34 Proposed: | 41 Proposed: |
35 - LogCommand.revision(int... rev)+ to walk selected revisions only (list->sort(array) on execute, binary search) | 42 - LogCommand.revision(int... rev)+ to walk selected revisions only (list->sort(array) on execute, binary search) |
36 - LogCommand.before(Date date) and .after() | 43 - LogCommand.before(Date date) and .after() |
37 - LogCommand.match() to specify pattern, no selected file()s only? | 44 - LogCommand.match() to specify pattern, no selected file()s only? |