comparison TODO @ 91:c2ce1cfaeb9e

ignore file with regex and 'honest' glob support
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Thu, 27 Jan 2011 06:06:42 +0100
parents a5275143664c
children 0b2dcca7de9f
comparison
equal deleted inserted replaced
90:a95c700408a9 91:c2ce1cfaeb9e
1 Read-only support, version 1.0 1 Read-only support, version 1.0
2 ============================== 2 ==============================
3 Committed: 3 Committed:
4 * store+fncache, RevlogNG (i.e. no support for older store formats)
5
4 * hg log 6 * hg log
5 + user, branch, limit 7 + user, branch, limit
6 - date, 8 - date,
7 + filename 9 + filename
8 + filename and follow history 10 + filename and follow history
10 12
11 * hg manifest (aka ls) 13 * hg manifest (aka ls)
12 14
13 15
14 * hg status 16 * hg status
15 - copies for revisions 17 + copies for [revision..revision] and for [revision..working dir]
16 18 - path or anything meaningful instead of Strings
19 - matchers
17 20
18 * hg cat 21 * hg cat
22
23 * hgignore
24 + glob
25 + pattern
19 26
20 27
21 Proposed: 28 Proposed:
22 - LogCommand.revision(int... rev)+ to walk selected revisions only (list->sort(array) on execute, binary search) 29 - LogCommand.revision(int... rev)+ to walk selected revisions only (list->sort(array) on execute, binary search)
23 - LogCommand.before(Date date) and .after() 30 - LogCommand.before(Date date) and .after()
24 - LogCommand.match() to specify pattern, no selected file()s only? 31 - LogCommand.match() to specify pattern, no selected file()s only?
25 * RepositoryFacade and CommandContext 32 * RepositoryFacade and CommandContext
33 - hgignore: read extra ignore files from config file (ui.ignore)
34 - tags
35
26 36
27 Read-only support, version 1.1 37 Read-only support, version 1.1
28 ============================== 38 ==============================
29 Committed: 39 Committed:
30 * http, https and ssh connections: 40 * http, https and ssh connections: