Mercurial > jhg
comparison TODO @ 83:a5275143664c
Complete path hash calculation of fncache requirement
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Tue, 25 Jan 2011 22:44:14 +0100 |
parents | c25c5c348d1b |
children | c2ce1cfaeb9e |
comparison
equal
deleted
inserted
replaced
82:7255c971dd66 | 83:a5275143664c |
---|---|
3 Committed: | 3 Committed: |
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 |
19 | 19 |
20 | 20 |
21 Proposed: | 21 Proposed: |
22 - 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) |
23 - LogCommand.before(Date date) and .after() | 23 - LogCommand.before(Date date) and .after() |
24 - LogCommand.match() to specify pattern, no selected file()s only? | 24 - LogCommand.match() to specify pattern, no selected file()s only? |
25 * RepositoryFacade and CommandContext | |
25 | 26 |
26 Read-only support, version 1.1 | 27 Read-only support, version 1.1 |
27 ============================== | 28 ============================== |
28 Committed: | 29 Committed: |
29 * http, https and ssh connections: | 30 * http, https and ssh connections: |