comparison TODO @ 131:aa1629f36482

Renamed .core classes to start with Hg prefix
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Wed, 16 Feb 2011 20:47:56 +0100
parents 645829962785
children 947bf231acbb
comparison
equal deleted inserted replaced
130:7567f4a42fe5 131:aa1629f36482
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 49 * defects
50 ConfigFile to strip comments from values (#) 50 - ConfigFile to strip comments from values (#)
51 51
52 Proposed: 52 Proposed:
53 - LogCommand.revision(int... rev)+ to walk selected revisions only (list->sort(array) on execute, binary search) 53 - LogCommand.revision(int... rev)+ to walk selected revisions only (list->sort(array) on execute, binary search)
54 - LogCommand.before(Date date) and .after() 54 - LogCommand.before(Date date) and .after()
55 - LogCommand.match() to specify pattern, no selected file()s only? 55 - LogCommand.match() to specify pattern, no selected file()s only?