comparison TODO @ 871:c2e77581bc84

Merge with mpm.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 09 Aug 2005 17:24:38 -0800
parents d2c52a502473 b8ff3f8c4062
children d4cb383e7de7 781266a78fe1
comparison
equal deleted inserted replaced
870:a82eae840447 871:c2e77581bc84
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 - mention synonyms (co, ci, ...) in help
37 - show global options in help
38 - if everyone knows 'hg clone': hg init [DIR] 34 - if everyone knows 'hg clone': hg init [DIR]
39 - 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.
40 41
41 Web: 42 Web:
42 - optionally only show merges (two parents) 43 - optionally only show merges (two parents)
43 - one hgweb with many repos (another script) 44 - one hgweb with many repos (another script)
44 - hgweb tip link too long (URL?cmd=changelog;rev=) 45 - hgweb tip link too long (URL?cmd=changelog;rev=)
49 - 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://
50 (use quoting (see foo.d in Core) or document server configurations?) 51 (use quoting (see foo.d in Core) or document server configurations?)
51 - link children in hgweb 52 - link children in hgweb
52 - allow verbose mode 53 - allow verbose mode
53 - 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