comparison TODO @ 136:947bf231acbb

Strip off comments in config file
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Wed, 16 Feb 2011 22:08:58 +0100
parents aa1629f36482
children ffc5f6d59f7e
comparison
equal deleted inserted replaced
135:3959bffb14e9 136:947bf231acbb
44 * API 44 * API
45 - CommandContext 45 - CommandContext
46 - Data access - not bytes, but ByteChannel 46 - Data access - not bytes, but ByteChannel
47 - HgRepository constants (TIP, BAD, WC) to HgRevisions enum 47 - HgRepository constants (TIP, BAD, WC) to HgRevisions enum
48 48
49 * defects
50 - ConfigFile to strip comments from values (#)
51
52 Proposed: 49 Proposed:
53 - LogCommand.revision(int... rev)+ to walk selected revisions only (list->sort(array) on execute, binary search) 50 - LogCommand.revision(int... rev)+ to walk selected revisions only (list->sort(array) on execute, binary search)
54 - LogCommand.before(Date date) and .after() 51 - LogCommand.before(Date date) and .after()
55 - LogCommand.match() to specify pattern, no selected file()s only? 52 - LogCommand.match() to specify pattern, no selected file()s only?
56 * RepositoryFacade and CommandContext 53 * RepositoryFacade and CommandContext