comparison TODO @ 484:934279f3ca53

Pull from TAH -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Pull from TAH manifest hash: 470ea90dd95189a019f4d96016a45db8a297b841 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCvzZzywK+sNU5EO8RAkZhAKCUJKX1vFtkFxV7qFwbuWQj62zcnQCfU687 jxKpBVesIXSOpBO4NbW/RIM= =hSBe -----END PGP SIGNATURE-----
author mpm@selenic.com
date Sun, 26 Jun 2005 15:12:51 -0800
parents d8d652c1f372 27f5569a5814
children df9b77f67998 e94cebc60d96
comparison
equal deleted inserted replaced
474:b2ae8283d1a6 484:934279f3ca53
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?