comparison TODO @ 380:c72ccad3e3b8

Merge with TAH -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Merge with TAH manifest hash: 18cf61cc2b6611d74ffc490b6b733537b879d69e -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCsQy7ywK+sNU5EO8RAoi/AKCC0XbK73oemLr52KOQWEK4WlE9pgCgkk/8 C/m6MZJqlOKhIT4jazPwngU= =ECGy -----END PGP SIGNATURE-----
author mpm@selenic.com
date Wed, 15 Jun 2005 21:23:07 -0800
parents 4b1cec05f3eb c8bd9793446d
children ef8ff43f9c11
comparison
equal deleted inserted replaced
378:4e23eaffd4ae 380:c72ccad3e3b8
4 - More specific try/except. 4 - More specific try/except.
5 - less code duplication, more code in the right places 5 - less code duplication, more code in the right places
6 - python 2.2 support 6 - python 2.2 support
7 - better import support 7 - better import support
8 - export to git 8 - export to git
9 - Add standard files: AUTHORS, CREDITS, COPYING. ChangeLog? What else?
9 10
10 Core: 11 Core:
11 - difflib creating/removing files (fixed except dates?) 12 - difflib creating/removing files (fixed except dates: should be epoch)
12 - directory foo.d or foo.i with existing file foo; hgweb.cgi.[di] and 13 - directory foo.d or foo.i with existing file foo (use some quoting?)
13 apache 14 - get various options from hgrc (e.g. history always -v, tip always -q)
14 - get various options from hgrc
15 - allow full decimal (part of) hash 15 - allow full decimal (part of) hash
16 hg export 5005048662 -> OverflowError: long int too large to convert 16 hg export 5005048662 -> OverflowError: long int too large to convert
17 to int 17 to int
18 - push support (hack exists) 18 - push support (hack exists)
19 - hg over ssh:// 19 - hg over ssh://
23 Commands: 23 Commands:
24 - hg status <filename>: file rev, changeset rev, changed, added, 24 - hg status <filename>: file rev, changeset rev, changed, added,
25 deleted, sha-1 25 deleted, sha-1
26 - select to pull a subset of the heads 26 - select to pull a subset of the heads
27 - 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())
28 - link children in hgweb
29 - adding a tag with "hg tag foobar" 28 - adding a tag with "hg tag foobar"
30 - automatic pull fallback to old-http:// 29 - automatic pull fallback to old-http://
31 - hg init|pull http://example.com doesn't say that no repo was found 30 - hg init|pull http://example.com doesn't say that no repo was found
32 - hg annotate -u and hgweb annotate with long $EMAIL 31 - hg annotate -u and hgweb annotate with long $EMAIL
33 - hg -v history doesn't show tkmerge as modified (removed). 32 - hg -v history doesn't show tkmerge as modified (removed).
34 - hg import vs. hg patch in help etc. (import is a reserved python 33 - hg import vs. hg patch in help etc. (import is a reserved python
35 word) 34 word)
36 - version reporting 35 - version reporting (hg --version / version.py / setup.py etc.)
36 - hg pull default in a subdir doesn't work, if it is a relative path
37 - show tags in hg history
38 - optionally only show merges (two parents or parent != changeset-1, etc.)
37 39
38 Web: 40 Web:
39 - show tags in hgweb + hg history 41 - show tags in hgweb
40 - show parent changeset number in hgweb 42 - show parent changeset number in hgweb
41 - optionally only show merges (parent != changeset-1, etc.) 43 - optionally only show merges (two parents or parent != changeset-1, etc.)
42 - one hgweb with many repos (another script) 44 - one hgweb with many repos (another script)
43 - hgweb tip link too verbose 45 - hgweb tip link too verbose
44 - hgweb: deliver static files from .hg (e.g. favicon?) 46 - hgweb: deliver static files (e.g. favicon, stylesheets)
45 - hgweb personalization: timezone (display/change), display of 47 - hgweb personalization: timezone (display/change), display of
46 features 48 features
47 - hg export 240 shows -tkmerge (good), hgweb does not (bad). 49 - hg export 240 shows -tkmerge (good), hgweb does not (bad).
48 50 - some web servers think hgweb.cgi.[di] is a CGI script with old-http://
49 (originally from a posting by Thomas Arendsen Hein) 51 (use quoting (see foo.d in Core) or document server configurations?)
52 - link children in hgweb