Mercurial > hg4j
diff TODO @ 128:44b97930570c
Introduced ChangelogHelper to look up changesets files were modified in
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Wed, 16 Feb 2011 20:13:41 +0100 |
parents | 4f509f5bc8cb |
children | 645829962785 |
line wrap: on
line diff
--- a/TODO Wed Feb 16 18:42:10 2011 +0100 +++ b/TODO Wed Feb 16 20:13:41 2011 +0100 @@ -41,6 +41,14 @@ + \r\n <==> \n - force translation if inconsistent (now either fails or does nothing) +* API + - rename in .core Cset -> HgChangeset, + - rename in .repo Changeset to HgChangelog.Changeset, Changeset.Inspector -> HgChangelog.Inspector + - CommandContext + - Data access - not bytes, but ByteChannel + +* defects + ConfigFile to strip comments from values (#) Proposed: - LogCommand.revision(int... rev)+ to walk selected revisions only (list->sort(array) on execute, binary search) @@ -50,7 +58,6 @@ - hgignore: read extra ignore files from config file (ui.ignore) - Read-only support, version 1.1 ============================== Committed: @@ -59,3 +66,5 @@ * incoming * outgoing + +- clone remote repo