Mercurial > hg4j
comparison TODO @ 114:46291ec605a0
Filters to read and initialize according to configuration files
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Thu, 03 Feb 2011 22:13:55 +0100 |
parents | d488c7638b87 |
children | 4f509f5bc8cb |
comparison
equal
deleted
inserted
replaced
113:67ae317408c9 | 114:46291ec605a0 |
---|---|
31 - keep a .zip of repo along with tests | 31 - keep a .zip of repo along with tests |
32 | 32 |
33 * tags | 33 * tags |
34 * Tags are read and can be queried (cmdline Log does) | 34 * Tags are read and can be queried (cmdline Log does) |
35 | 35 |
36 - keywords | 36 * keywords |
37 - filter with context. filters shall have weight (to allow certain filter come first) | 37 + filter with context (HgRepository + Path + Direction (to/from repo) |
38 - filters shall have weight (to allow certain filter come first). Would need that once FilterFactories are pluggable | |
38 | 39 |
39 - newlines | 40 * newlines |
41 + \r\n <==> \n | |
42 - force translation if inconsistent | |
40 | 43 |
41 | 44 |
42 Proposed: | 45 Proposed: |
43 - LogCommand.revision(int... rev)+ to walk selected revisions only (list->sort(array) on execute, binary search) | 46 - LogCommand.revision(int... rev)+ to walk selected revisions only (list->sort(array) on execute, binary search) |
44 - LogCommand.before(Date date) and .after() | 47 - LogCommand.before(Date date) and .after() |