TODO
changeset 547 4fc63e22b1fe
parent 540 53872e2be33a
parent 543 61ead26cb8f0
child 567 87f37e61d0db
equal deleted inserted replaced
540:53872e2be33a 547:4fc63e22b1fe
    13 Core:
    13 Core:
    14 - difflib creating/removing files (fixed except dates: should be epoch)
    14 - difflib creating/removing files (fixed except dates: should be epoch)
    15 - directory foo.d or foo.i with existing file foo (use some quoting?)
    15 - directory foo.d or foo.i with existing file foo (use some quoting?)
    16 - get various options from hgrc (e.g. history always -v, tip always -q)
    16 - get various options from hgrc (e.g. history always -v, tip always -q)
    17 - better push support (hack exists)
    17 - better push support (hack exists)
    18 - hg over ssh:// and https://
    18 - hg over ssh:// and https:// and rsync://
    19 - commit mailinglist/trigger/hooks
    19 - hooks for new changesets getting pulled/imported etc.
    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 add <directory> should work
    23 - hg add <directory> should work
    24 - hg status <filename>: file rev, changeset rev, changed, added,
    24 - hg status <filename>: file rev, changeset rev, changed, added,
    25   deleted, sha-1
    25   deleted, sha-1
    26 - select to pull a subset of the heads
    26 - select to pull a subset of the heads
    27 - 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())
    28 - automatic pull fallback to old-http://
    28 - automatic pull fallback to old-http://
    29 - hg pull http://example.com doesn't say that no repo was found
       
    30 - hg annotate -u and hgweb annotate with long $EMAIL
       
    31 - hg pull default in a subdir doesn't work, if it is a relative path
    29 - hg pull default in a subdir doesn't work, if it is a relative path
    32 - optionally only show merges (two parents or parent != changeset-1, etc.)
    30 - optionally only show merges (two parents or parent != changeset-1, etc.)
    33 
    31 
    34 Web:
    32 Web:
    35 - show tags in hgweb
    33 - show tags in hgweb