TODO
changeset 540 53872e2be33a
parent 530 c5b8ed036433
child 547 4fc63e22b1fe
--- 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 <directory> should work
 - hg status <filename>: 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?