TODO
changeset 495 e94cebc60d96
parent 484 934279f3ca53
parent 493 30752b14f759
child 520 12b4b5612fe4
equal deleted inserted replaced
489:a636f7d2cd5b 495:e94cebc60d96
    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 - better push support (hack exists)
    16 - better push support (hack exists)
    17 - hg over ssh:// and https://
    17 - hg over ssh:// and https://
    18 - commit mailinglist/trigger/hooks
    18 - commit mailinglist/trigger/hooks
       
    19 - make showing removed files (in history etc.) faster.
    19 
    20 
    20 Commands:
    21 Commands:
    21 - hg status <filename>: file rev, changeset rev, changed, added,
    22 - hg status <filename>: file rev, changeset rev, changed, added,
    22   deleted, sha-1
    23   deleted, sha-1
    23 - select to pull a subset of the heads
    24 - select to pull a subset of the heads
    24 - commands.py: number of args too much magic (e.g. in patch())
    25 - commands.py: number of args too much magic (e.g. in patch())
    25 - automatic pull fallback to old-http://
    26 - automatic pull fallback to old-http://
    26 - hg init|pull http://example.com doesn't say that no repo was found
    27 - hg init|pull http://example.com doesn't say that no repo was found
    27 - hg annotate -u and hgweb annotate with long $EMAIL
    28 - hg annotate -u and hgweb annotate with long $EMAIL
    28 - hg -v history doesn't show tkmerge as modified (removed).
       
    29 - 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
    30 - optionally only show merges (two parents or parent != changeset-1, etc.)
    30 - optionally only show merges (two parents or parent != changeset-1, etc.)
    31 
    31 
    32 Web:
    32 Web:
    33 - show tags in hgweb
    33 - show tags in hgweb