comparison TODO @ 543:61ead26cb8f0

Updated TODO -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Updated TODO manifest hash: 007f50cbf11632362229853439d2610a1ad3f989 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFCxF+7W7P1GVgWeRoRAg8MAJ9k3HXkpmHk3SRYw9FiqfHh8sEDFQCfc5il 2T+hyWgBwBTTHYpBeujq/20= =cRVv -----END PGP SIGNATURE-----
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 30 Jun 2005 22:10:19 +0100
parents eda4c32c167a
children 4fc63e22b1fe
comparison
equal deleted inserted replaced
542:eda4c32c167a 543:61ead26cb8f0
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 diff Makefile should avoid walking the tree 23 - hg diff Makefile should avoid walking the tree
24 - hg add <directory> should work 24 - hg add <directory> should work
25 - hg status <filename>: file rev, changeset rev, changed, added, 25 - hg status <filename>: file rev, changeset rev, changed, added,
26 deleted, sha-1 26 deleted, sha-1
27 - select to pull a subset of the heads 27 - select to pull a subset of the heads
28 - commands.py: number of args too much magic (e.g. in patch()) 28 - commands.py: number of args too much magic (e.g. in patch())
29 - automatic pull fallback to old-http:// 29 - automatic pull fallback to old-http://
30 - hg init|pull http://example.com doesn't say that no repo was found
31 - hg annotate -u and hgweb annotate with long $EMAIL
32 - hg pull default in a subdir doesn't work, if it is a relative path 30 - hg pull default in a subdir doesn't work, if it is a relative path
33 - optionally only show merges (two parents or parent != changeset-1, etc.) 31 - optionally only show merges (two parents or parent != changeset-1, etc.)
34 32
35 Web: 33 Web:
36 - show tags in hgweb 34 - show tags in hgweb