TODO
changeset 853 b8ff3f8c4062
parent 847 f1555f48f884
child 871 c2e77581bc84
child 874 d4cb383e7de7
child 894 62ec665759f2
child 896 01215ad04283
equal deleted inserted replaced
852:1df0983eb589 853:b8ff3f8c4062
    24   deleted, sha-1
    24   deleted, sha-1
    25 - select to pull a subset of the heads
    25 - select to pull a subset of the heads
    26 - commands.py: number of args too much magic (e.g. in import_())
    26 - commands.py: number of args too much magic (e.g. in import_())
    27 - optionally only show merges (two parents)
    27 - optionally only show merges (two parents)
    28 - automatic pull fallback to old-http://
    28 - automatic pull fallback to old-http://
    29 - hg pull http://foo tries hostname
       
    30   'foo?cmd=changegroup&roots=0000000000000000000000000000000000000000'
       
    31 - pass options to ssh (debug/verbose/remote hg command etc.)
    29 - pass options to ssh (debug/verbose/remote hg command etc.)
    32 - create a commented .hg/hgrc on init/clone
    30 - create a commented .hg/hgrc on init/clone
    33 - 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
    34 - hg clone should store corrected relative paths, so moving a directory
    32 - hg clone should store corrected relative paths, so moving a directory
    35   containing related repositories works again
    33   containing related repositories works again
    36 - if everyone knows 'hg clone': hg init [DIR]
    34 - if everyone knows 'hg clone': hg init [DIR]
    37 - if everyone knows 'hg update -m': remove -t
    35 - if everyone knows 'hg update -m': remove -t
       
    36 - hg revert does not forget added files, it probably should.
       
    37 - hg pull should state if there are more heads than before.
       
    38 - hg clone: locking the repository while hardlinking.
       
    39 - hg clone: fall back to pull if hardlink not possible.
       
    40 - "hg diff not_existing" should yield an error message.
    38 
    41 
    39 Web:
    42 Web:
    40 - optionally only show merges (two parents)
    43 - optionally only show merges (two parents)
    41 - one hgweb with many repos (another script)
    44 - one hgweb with many repos (another script)
    42 - hgweb tip link too long (URL?cmd=changelog;rev=)
    45 - hgweb tip link too long (URL?cmd=changelog;rev=)
    47 - some web servers think hgweb.cgi.[di] is a CGI script with old-http://
    50 - some web servers think hgweb.cgi.[di] is a CGI script with old-http://
    48   (use quoting (see foo.d in Core) or document server configurations?)
    51   (use quoting (see foo.d in Core) or document server configurations?)
    49 - link children in hgweb
    52 - link children in hgweb
    50 - allow verbose mode
    53 - allow verbose mode
    51 - hide trivial parent (like in show_changeset)
    54 - hide trivial parent (like in show_changeset)
       
    55 - default port for hg serve configurable in hgrc
       
    56 - download tarball via web interface