Mercurial > hg4j
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TODO Fri Jan 21 05:56:43 2011 +0100 @@ -0,0 +1,21 @@ +Read-only support, version 1.0 +============================== +Committed: +* hg log + user, date, branch, limit + filename(multiple?) + +* hg manifest (aka ls) + +* hg status + +* hg cat + +Proposed: +- LogCommand.revision(int... rev)+ to walk selected revisions only (list->sort(array) on execute, binary search) +- LogCommand.before(Date date) and .after() +- LogCommand.match() to specify pattern, no selected file()s only? + +Read-only support, version 1.1 +============================== +