TODO
changeset 368 4b1cec05f3eb
child 379 c8bd9793446d
child 380 c72ccad3e3b8
equal deleted inserted replaced
367:73ea73ab3359 368:4b1cec05f3eb
       
     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
       
     9 
       
    10 Core:
       
    11 - difflib creating/removing files (fixed except dates?)
       
    12 - directory foo.d or foo.i with existing file foo; hgweb.cgi.[di] and
       
    13   apache
       
    14 - get various options from hgrc
       
    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 - link children in hgweb
       
    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).
       
    34 - hg import vs. hg patch in help etc. (import is a reserved python
       
    35   word)
       
    36 - version reporting
       
    37 
       
    38 Web:
       
    39 - show tags in hgweb + hg history
       
    40 - show parent changeset number in hgweb
       
    41 - optionally only show merges (parent != changeset-1, etc.)
       
    42 - one hgweb with many repos (another script)
       
    43 - hgweb tip link too verbose
       
    44 - hgweb: deliver static files from .hg (e.g. favicon?)
       
    45 - hgweb personalization: timezone (display/change), display of
       
    46   features
       
    47 - hg export 240 shows -tkmerge (good), hgweb does not (bad).
       
    48 
       
    49 (originally from a posting by Thomas Arendsen Hein)