368
|
1 General:
|
|
2 - Better documentation
|
|
3 - More regression tests
|
|
4 - More specific try/except.
|
|
5 - less code duplication, more code in the right places
|
|
6 - python 2.2 support
|
|
7 - better import support
|
|
8 - export to git
|
379
|
9 - Add standard files: AUTHORS, CREDITS, COPYING. ChangeLog? What else?
|
389
|
10 - Code cleanup: apply http://python.org/peps/pep-0008.html
|
368
|
11
|
|
12 Core:
|
379
|
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?)
|
|
15 - get various options from hgrc (e.g. history always -v, tip always -q)
|
368
|
16 - allow full decimal (part of) hash
|
|
17 hg export 5005048662 -> OverflowError: long int too large to convert
|
|
18 to int
|
|
19 - push support (hack exists)
|
|
20 - hg over ssh://
|
|
21 - commit mailinglist/trigger/hooks
|
|
22 - fast diff extension
|
|
23
|
|
24 Commands:
|
|
25 - hg status <filename>: file rev, changeset rev, changed, added,
|
|
26 deleted, sha-1
|
|
27 - select to pull a subset of the heads
|
|
28 - commands.py: number of args too much magic (e.g. in patch())
|
|
29 - adding a tag with "hg tag foobar"
|
|
30 - automatic pull fallback to old-http://
|
|
31 - hg init|pull http://example.com doesn't say that no repo was found
|
|
32 - hg annotate -u and hgweb annotate with long $EMAIL
|
|
33 - hg -v history doesn't show tkmerge as modified (removed).
|
389
|
34 - hg import vs. hg patch in help etc., import is a reserved python
|
|
35 word, PEP8 mentions trailing underscore as a convention for this.
|
379
|
36 - version reporting (hg --version / version.py / setup.py etc.)
|
|
37 - hg pull default in a subdir doesn't work, if it is a relative path
|
|
38 - optionally only show merges (two parents or parent != changeset-1, etc.)
|
368
|
39
|
|
40 Web:
|
379
|
41 - show tags in hgweb
|
368
|
42 - show parent changeset number in hgweb
|
379
|
43 - optionally only show merges (two parents or parent != changeset-1, etc.)
|
368
|
44 - one hgweb with many repos (another script)
|
|
45 - hgweb tip link too verbose
|
379
|
46 - hgweb: deliver static files (e.g. favicon, stylesheets)
|
368
|
47 - hgweb personalization: timezone (display/change), display of
|
|
48 features
|
|
49 - hg export 240 shows -tkmerge (good), hgweb does not (bad).
|
379
|
50 - some web servers think hgweb.cgi.[di] is a CGI script with old-http://
|
|
51 (use quoting (see foo.d in Core) or document server configurations?)
|
|
52 - link children in hgweb
|