comparison TODO @ 64:19e9e220bf68

Convenient commands constitute hi-level API. org.tmatesoft namespace, GPL2 statement
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Fri, 21 Jan 2011 05:56:43 +0100
parents
children 9a03a80a0f2f
comparison
equal deleted inserted replaced
63:a47530a2ea12 64:19e9e220bf68
1 Read-only support, version 1.0
2 ==============================
3 Committed:
4 * hg log
5 user, date, branch, limit
6 filename(multiple?)
7
8 * hg manifest (aka ls)
9
10 * hg status
11
12 * hg cat
13
14 Proposed:
15 - LogCommand.revision(int... rev)+ to walk selected revisions only (list->sort(array) on execute, binary search)
16 - LogCommand.before(Date date) and .after()
17 - LogCommand.match() to specify pattern, no selected file()s only?
18
19 Read-only support, version 1.1
20 ==============================
21