comparison TODO @ 547:4fc63e22b1fe

Merge with TAH -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Merge with TAH manifest hash: 1742d7ba2093dc643b57e45167cb2d794212cbb9 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCxPCQywK+sNU5EO8RAkr0AJ9qut/31lCLQ/xY3FWaF3c21RhS7wCfW1eV 3WexPDsJldMAr3V5vc9eowA= =pJYu -----END PGP SIGNATURE-----
author mpm@selenic.com
date Thu, 30 Jun 2005 23:28:16 -0800
parents 53872e2be33a 61ead26cb8f0
children 87f37e61d0db
comparison
equal deleted inserted replaced
540:53872e2be33a 547:4fc63e22b1fe
13 Core: 13 Core:
14 - difflib creating/removing files (fixed except dates: should be epoch) 14 - difflib creating/removing files (fixed except dates: should be epoch)
15 - directory foo.d or foo.i with existing file foo (use some quoting?) 15 - directory foo.d or foo.i with existing file foo (use some quoting?)
16 - get various options from hgrc (e.g. history always -v, tip always -q) 16 - get various options from hgrc (e.g. history always -v, tip always -q)
17 - better push support (hack exists) 17 - better push support (hack exists)
18 - hg over ssh:// and https:// 18 - hg over ssh:// and https:// and rsync://
19 - commit mailinglist/trigger/hooks 19 - hooks for new changesets getting pulled/imported etc.
20 - make showing removed files (in history etc.) faster. 20 - make showing removed files (in history etc.) faster.
21 21
22 Commands: 22 Commands:
23 - hg add <directory> should work 23 - hg add <directory> should work
24 - hg status <filename>: file rev, changeset rev, changed, added, 24 - hg status <filename>: file rev, changeset rev, changed, added,
25 deleted, sha-1 25 deleted, sha-1
26 - select to pull a subset of the heads 26 - select to pull a subset of the heads
27 - 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())
28 - automatic pull fallback to old-http:// 28 - automatic pull fallback to old-http://
29 - hg pull http://example.com doesn't say that no repo was found
30 - hg annotate -u and hgweb annotate with long $EMAIL
31 - hg pull default in a subdir doesn't work, if it is a relative path 29 - hg pull default in a subdir doesn't work, if it is a relative path
32 - optionally only show merges (two parents or parent != changeset-1, etc.) 30 - optionally only show merges (two parents or parent != changeset-1, etc.)
33 31
34 Web: 32 Web:
35 - show tags in hgweb 33 - show tags in hgweb