comparison TODO @ 128:44b97930570c

Introduced ChangelogHelper to look up changesets files were modified in
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Wed, 16 Feb 2011 20:13:41 +0100
parents 4f509f5bc8cb
children 645829962785
comparison
equal deleted inserted replaced
127:2e395db595e2 128:44b97930570c
39 39
40 * newlines 40 * newlines
41 + \r\n <==> \n 41 + \r\n <==> \n
42 - force translation if inconsistent (now either fails or does nothing) 42 - force translation if inconsistent (now either fails or does nothing)
43 43
44 * API
45 - rename in .core Cset -> HgChangeset,
46 - rename in .repo Changeset to HgChangelog.Changeset, Changeset.Inspector -> HgChangelog.Inspector
47 - CommandContext
48 - Data access - not bytes, but ByteChannel
49
50 * defects
51 ConfigFile to strip comments from values (#)
44 52
45 Proposed: 53 Proposed:
46 - LogCommand.revision(int... rev)+ to walk selected revisions only (list->sort(array) on execute, binary search) 54 - LogCommand.revision(int... rev)+ to walk selected revisions only (list->sort(array) on execute, binary search)
47 - LogCommand.before(Date date) and .after() 55 - LogCommand.before(Date date) and .after()
48 - LogCommand.match() to specify pattern, no selected file()s only? 56 - LogCommand.match() to specify pattern, no selected file()s only?
49 * RepositoryFacade and CommandContext 57 * RepositoryFacade and CommandContext
50 - hgignore: read extra ignore files from config file (ui.ignore) 58 - hgignore: read extra ignore files from config file (ui.ignore)
51
52 59
53 60
54 Read-only support, version 1.1 61 Read-only support, version 1.1
55 ============================== 62 ==============================
56 Committed: 63 Committed:
57 * http, https and ssh connections: 64 * http, https and ssh connections:
58 65
59 * incoming 66 * incoming
60 67
61 * outgoing 68 * outgoing
69
70 - clone remote repo