comparison TODO @ 483:27f5569a5814

Updated TODO -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Updated TODO manifest hash: c73376bc97920d14c8e29311a76313afd71ed457 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFCvtiZW7P1GVgWeRoRAsdeAKCazz6dq6fiuq37FGsRKbavfW+4xwCeKbmG N7HBvJ71yVTX45heHiSh8c8= =AgqS -----END PGP SIGNATURE-----
author Thomas Arendsen Hein <thomas@intevation.de>
date Sun, 26 Jun 2005 17:32:25 +0100
parents d8d652c1f372
children 934279f3ca53
comparison
equal deleted inserted replaced
482:84d5ddf82856 483:27f5569a5814
11 11
12 Core: 12 Core:
13 - difflib creating/removing files (fixed except dates: should be epoch) 13 - difflib creating/removing files (fixed except dates: should be epoch)
14 - directory foo.d or foo.i with existing file foo (use some quoting?) 14 - directory foo.d or foo.i with existing file foo (use some quoting?)
15 - get various options from hgrc (e.g. history always -v, tip always -q) 15 - get various options from hgrc (e.g. history always -v, tip always -q)
16 - allow full decimal (part of) hash
17 hg export 5005048662 -> OverflowError: long int too large to convert
18 to int
19 - better push support (hack exists) 16 - better push support (hack exists)
20 - hg over ssh:// 17 - hg over ssh:// and https://
21 - commit mailinglist/trigger/hooks 18 - commit mailinglist/trigger/hooks
22 19
23 Commands: 20 Commands:
24 - hg status <filename>: file rev, changeset rev, changed, added, 21 - hg status <filename>: file rev, changeset rev, changed, added,
25 deleted, sha-1 22 deleted, sha-1
43 features 40 features
44 - hg export 240 shows -tkmerge (good), hgweb does not (bad). 41 - 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:// 42 - 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?) 43 (use quoting (see foo.d in Core) or document server configurations?)
47 - link children in hgweb 44 - link children in hgweb
45 - search field searching in descriptions, file names, what else?