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?
|
368
|
10 |
|
|
11 |
Core:
|
379
|
12 |
- difflib creating/removing files (fixed except dates: should be epoch)
|
|
13 |
- directory foo.d or foo.i with existing file foo (use some quoting?)
|
|
14 |
- get various options from hgrc (e.g. history always -v, tip always -q)
|
368
|
15 |
- allow full decimal (part of) hash
|
|
16 |
hg export 5005048662 -> OverflowError: long int too large to convert
|
|
17 |
to int
|
|
18 |
- push support (hack exists)
|
|
19 |
- hg over ssh://
|
|
20 |
- commit mailinglist/trigger/hooks
|
|
21 |
- fast diff extension
|
|
22 |
|
|
23 |
Commands:
|
|
24 |
- hg status <filename>: file rev, changeset rev, changed, added,
|
|
25 |
deleted, sha-1
|
|
26 |
- select to pull a subset of the heads
|
|
27 |
- commands.py: number of args too much magic (e.g. in patch())
|
|
28 |
- adding a tag with "hg tag foobar"
|
|
29 |
- automatic pull fallback to old-http://
|
|
30 |
- hg init|pull http://example.com doesn't say that no repo was found
|
|
31 |
- hg annotate -u and hgweb annotate with long $EMAIL
|
|
32 |
- hg -v history doesn't show tkmerge as modified (removed).
|
|
33 |
- hg import vs. hg patch in help etc. (import is a reserved python
|
|
34 |
word)
|
379
|
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.)
|
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
|