TODO
changeset 483 27f5569a5814
parent 447 d8d652c1f372
child 484 934279f3ca53
equal deleted inserted replaced
482:84d5ddf82856 483:27f5569a5814
    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?