TODO
changeset 543 61ead26cb8f0
parent 542 eda4c32c167a
child 547 4fc63e22b1fe
equal deleted inserted replaced
542:eda4c32c167a 543:61ead26cb8f0
    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 diff Makefile should avoid walking the tree
    23 - hg diff Makefile should avoid walking the tree
    24 - hg add <directory> should work
    24 - hg add <directory> should work
    25 - hg status <filename>: file rev, changeset rev, changed, added,
    25 - hg status <filename>: file rev, changeset rev, changed, added,
    26   deleted, sha-1
    26   deleted, sha-1
    27 - select to pull a subset of the heads
    27 - select to pull a subset of the heads
    28 - commands.py: number of args too much magic (e.g. in patch())
    28 - commands.py: number of args too much magic (e.g. in patch())
    29 - automatic pull fallback to old-http://
    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 pull default in a subdir doesn't work, if it is a relative path
    30 - 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.)
    31 - optionally only show merges (two parents or parent != changeset-1, etc.)
    34 
    32 
    35 Web:
    33 Web:
    36 - show tags in hgweb
    34 - show tags in hgweb