TODO
changeset 540 53872e2be33a
parent 530 c5b8ed036433
child 547 4fc63e22b1fe
equal deleted inserted replaced
539:44b29b98254a 540:53872e2be33a
    18 - hg over ssh:// and https://
    18 - hg over ssh:// and https://
    19 - commit mailinglist/trigger/hooks
    19 - commit mailinglist/trigger/hooks
    20 - make showing removed files (in history etc.) faster.
    20 - make showing removed files (in history etc.) faster.
    21 
    21 
    22 Commands:
    22 Commands:
    23 - hg diff Makefile should avoid walking the tree
       
    24 - hg add <directory> should work
    23 - hg add <directory> should work
    25 - hg status <filename>: file rev, changeset rev, changed, added,
    24 - hg status <filename>: file rev, changeset rev, changed, added,
    26   deleted, sha-1
    25   deleted, sha-1
    27 - select to pull a subset of the heads
    26 - select to pull a subset of the heads
    28 - 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())
    29 - automatic pull fallback to old-http://
    28 - automatic pull fallback to old-http://
    30 - hg init|pull http://example.com doesn't say that no repo was found
    29 - hg pull http://example.com doesn't say that no repo was found
    31 - hg annotate -u and hgweb annotate with long $EMAIL
    30 - hg annotate -u and hgweb annotate with long $EMAIL
    32 - hg pull default in a subdir doesn't work, if it is a relative path
    31 - hg pull default in a subdir doesn't work, if it is a relative path
    33 - optionally only show merges (two parents or parent != changeset-1, etc.)
    32 - optionally only show merges (two parents or parent != changeset-1, etc.)
    34 
    33 
    35 Web:
    34 Web:
    43   features
    42   features
    44 - hg export 240 shows -tkmerge (good), hgweb does not (bad).
    43 - 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://
    44 - 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?)
    45   (use quoting (see foo.d in Core) or document server configurations?)
    47 - link children in hgweb
    46 - link children in hgweb
    48 - search field searching in descriptions, file names, what else?