Mercurial > jhg
comparison TODO @ 103:0b2dcca7de9f
ErrorCollector in tests to grab multiple errors
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Fri, 28 Jan 2011 04:57:46 +0100 |
parents | c2ce1cfaeb9e |
children | 7ec89d637f50 |
comparison
equal
deleted
inserted
replaced
102:a3a2e5deb320 | 103:0b2dcca7de9f |
---|---|
22 | 22 |
23 * hgignore | 23 * hgignore |
24 + glob | 24 + glob |
25 + pattern | 25 + pattern |
26 | 26 |
27 * Tests with JUnit | |
27 | 28 |
28 Proposed: | 29 Proposed: |
29 - LogCommand.revision(int... rev)+ to walk selected revisions only (list->sort(array) on execute, binary search) | 30 - LogCommand.revision(int... rev)+ to walk selected revisions only (list->sort(array) on execute, binary search) |
30 - LogCommand.before(Date date) and .after() | 31 - LogCommand.before(Date date) and .after() |
31 - LogCommand.match() to specify pattern, no selected file()s only? | 32 - LogCommand.match() to specify pattern, no selected file()s only? |