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 |