comparison TODO @ 123:4f509f5bc8cb

reflect status change in the todo content
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Fri, 04 Feb 2011 04:06:44 +0100
parents 46291ec605a0
children 44b97930570c
comparison
equal deleted inserted replaced
122:e93101b97e4a 123:4f509f5bc8cb
13 * hg manifest (aka ls) 13 * hg manifest (aka ls)
14 14
15 15
16 * hg status 16 * hg status
17 + copies for [revision..revision] and for [revision..working dir] 17 + copies for [revision..revision] and for [revision..working dir]
18 - path or anything meaningful instead of Strings 18 + path or anything meaningful instead of Strings
19 - matchers 19 + matchers
20 20
21 * hg cat 21 * hg cat
22 + CatCommand. File, revision. 22 + CatCommand. File, revision.
23 - Cat command line client 23 - Cat command line client
24 24
37 + filter with context (HgRepository + Path + Direction (to/from repo) 37 + filter with context (HgRepository + Path + Direction (to/from repo)
38 - filters shall have weight (to allow certain filter come first). Would need that once FilterFactories are pluggable 38 - filters shall have weight (to allow certain filter come first). Would need that once FilterFactories are pluggable
39 39
40 * newlines 40 * newlines
41 + \r\n <==> \n 41 + \r\n <==> \n
42 - force translation if inconsistent 42 - force translation if inconsistent (now either fails or does nothing)
43 43
44 44
45 Proposed: 45 Proposed:
46 - LogCommand.revision(int... rev)+ to walk selected revisions only (list->sort(array) on execute, binary search) 46 - LogCommand.revision(int... rev)+ to walk selected revisions only (list->sort(array) on execute, binary search)
47 - LogCommand.before(Date date) and .after() 47 - LogCommand.before(Date date) and .after()