comparison TODO @ 540:53872e2be33a

TODO tweaks -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 TODO tweaks manifest hash: 7b4c0443e17f1d848b7b7c9fe62407bf80c0a874 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCxO9gywK+sNU5EO8RAisZAJwJPvdoKuL12u+C0+RLD7A+coQrIgCgsiNQ +Kml7VZ5cyCaZNCGgFYSemg= =hIqs -----END PGP SIGNATURE-----
author mpm@selenic.com
date Thu, 30 Jun 2005 23:23:12 -0800
parents c5b8ed036433
children 4fc63e22b1fe
comparison
equal deleted inserted replaced
539:44b29b98254a 540:53872e2be33a
18 - hg over ssh:// and https:// 18 - hg over ssh:// and https://
19 - commit mailinglist/trigger/hooks 19 - commit mailinglist/trigger/hooks
20 - make showing removed files (in history etc.) faster. 20 - make showing removed files (in history etc.) faster.
21 21
22 Commands: 22 Commands:
23 - hg diff Makefile should avoid walking the tree
24 - hg add <directory> should work 23 - hg add <directory> should work
25 - hg status <filename>: file rev, changeset rev, changed, added, 24 - hg status <filename>: file rev, changeset rev, changed, added,
26 deleted, sha-1 25 deleted, sha-1
27 - select to pull a subset of the heads 26 - select to pull a subset of the heads
28 - commands.py: number of args too much magic (e.g. in patch()) 27 - commands.py: number of args too much magic (e.g. in patch())
29 - automatic pull fallback to old-http:// 28 - automatic pull fallback to old-http://
30 - hg init|pull http://example.com doesn't say that no repo was found 29 - hg pull http://example.com doesn't say that no repo was found
31 - hg annotate -u and hgweb annotate with long $EMAIL 30 - hg annotate -u and hgweb annotate with long $EMAIL
32 - hg pull default in a subdir doesn't work, if it is a relative path 31 - hg pull default in a subdir doesn't work, if it is a relative path
33 - optionally only show merges (two parents or parent != changeset-1, etc.) 32 - optionally only show merges (two parents or parent != changeset-1, etc.)
34 33
35 Web: 34 Web:
43 features 42 features
44 - hg export 240 shows -tkmerge (good), hgweb does not (bad). 43 - hg export 240 shows -tkmerge (good), hgweb does not (bad).
45 - some web servers think hgweb.cgi.[di] is a CGI script with old-http:// 44 - some web servers think hgweb.cgi.[di] is a CGI script with old-http://
46 (use quoting (see foo.d in Core) or document server configurations?) 45 (use quoting (see foo.d in Core) or document server configurations?)
47 - link children in hgweb 46 - link children in hgweb
48 - search field searching in descriptions, file names, what else?