TODO
changeset 447 d8d652c1f372
parent 429 688d03d6997a
child 483 27f5569a5814
child 484 934279f3ca53
equal deleted inserted replaced
446:8cc0ee3f18fb 447:d8d652c1f372
    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
    16 - allow full decimal (part of) hash
    17   hg export 5005048662 -> OverflowError: long int too large to convert
    17   hg export 5005048662 -> OverflowError: long int too large to convert
    18   to int
    18   to int
    19 - push support (hack exists)
    19 - better push support (hack exists)
    20 - hg over ssh://
    20 - hg over ssh://
    21 - commit mailinglist/trigger/hooks
    21 - commit mailinglist/trigger/hooks
    22 - fast diff extension
       
    23 
    22 
    24 Commands:
    23 Commands:
    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 - adding a tag with "hg tag foobar"
       
    30 - automatic pull fallback to old-http://
    28 - automatic pull fallback to old-http://
    31 - hg init|pull http://example.com doesn't say that no repo was found
    29 - hg init|pull http://example.com doesn't say that no repo was found
    32 - hg annotate -u and hgweb annotate with long $EMAIL
    30 - hg annotate -u and hgweb annotate with long $EMAIL
    33 - hg -v history doesn't show tkmerge as modified (removed).
    31 - hg -v history doesn't show tkmerge as modified (removed).
    34 - hg import vs. hg patch in help etc., import is a reserved python
       
    35   word, PEP8 mentions trailing underscore as a convention for this.
       
    36 - hg pull default in a subdir doesn't work, if it is a relative path
    32 - hg pull default in a subdir doesn't work, if it is a relative path
    37 - optionally only show merges (two parents or parent != changeset-1, etc.)
    33 - optionally only show merges (two parents or parent != changeset-1, etc.)
    38 
    34 
    39 Web:
    35 Web:
    40 - show tags in hgweb
    36 - show tags in hgweb