diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -20,14 +20,13 @@ Core: - make showing removed files (in history etc.) faster. Commands: -- hg diff Makefile should avoid walking the tree - hg add should work - hg status : file rev, changeset rev, changed, added, deleted, sha-1 - select to pull a subset of the heads - commands.py: number of args too much magic (e.g. in patch()) - automatic pull fallback to old-http:// -- hg init|pull http://example.com doesn't say that no repo was found +- hg pull http://example.com doesn't say that no repo was found - hg annotate -u and hgweb annotate with long $EMAIL - hg pull default in a subdir doesn't work, if it is a relative path - optionally only show merges (two parents or parent != changeset-1, etc.) @@ -45,4 +44,3 @@ Web: - some web servers think hgweb.cgi.[di] is a CGI script with old-http:// (use quoting (see foo.d in Core) or document server configurations?) - link children in hgweb -- search field searching in descriptions, file names, what else?