Mercurial > hg-stable
changeset 853:b8ff3f8c4062
Update TODO
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Sat, 06 Aug 2005 21:41:53 +0100 |
parents | 1df0983eb589 |
children | 473c030d34a6 |
files | TODO |
diffstat | 1 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/TODO Sat Aug 06 21:23:38 2005 +0100 +++ b/TODO Sat Aug 06 21:41:53 2005 +0100 @@ -26,8 +26,6 @@ - commands.py: number of args too much magic (e.g. in import_()) - optionally only show merges (two parents) - automatic pull fallback to old-http:// -- hg pull http://foo tries hostname - 'foo?cmd=changegroup&roots=0000000000000000000000000000000000000000' - pass options to ssh (debug/verbose/remote hg command etc.) - create a commented .hg/hgrc on init/clone - hg pull default in a subdir doesn't work, if it is a relative path @@ -35,6 +33,11 @@ containing related repositories works again - if everyone knows 'hg clone': hg init [DIR] - if everyone knows 'hg update -m': remove -t +- hg revert does not forget added files, it probably should. +- hg pull should state if there are more heads than before. +- hg clone: locking the repository while hardlinking. +- hg clone: fall back to pull if hardlink not possible. +- "hg diff not_existing" should yield an error message. Web: - optionally only show merges (two parents) @@ -49,3 +52,5 @@ - link children in hgweb - allow verbose mode - hide trivial parent (like in show_changeset) +- default port for hg serve configurable in hgrc +- download tarball via web interface