comparison TODO @ 520:12b4b5612fe4

Add some TODO items -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Add some TODO items manifest hash: d188abf3c84b6ca98279b4bf053ce2844da83a03 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCwvKyywK+sNU5EO8RAh9ZAJ9kYA0a/R7XynWqZGGr6JqUvXa37wCfd2a2 F9fCY85bSZgErvdrklP29bQ= =FtlU -----END PGP SIGNATURE-----
author mpm@selenic.com
date Wed, 29 Jun 2005 11:12:50 -0800
parents e94cebc60d96
children c5b8ed036433 eda4c32c167a
comparison
equal deleted inserted replaced
519:50768efaf6f2 520:12b4b5612fe4
4 - More specific try/except. 4 - More specific try/except.
5 - less code duplication, more code in the right places 5 - less code duplication, more code in the right places
6 - python 2.2 support 6 - python 2.2 support
7 - better import support 7 - better import support
8 - export to git 8 - export to git
9 - Add standard files: AUTHORS, CREDITS, ChangeLog? What else? 9 - Add standard files: ChangeLog? What else?
10 - Code cleanup: apply http://python.org/peps/pep-0008.html 10 - Code cleanup: apply http://python.org/peps/pep-0008.html
11 11
12 Core: 12 Core:
13 - difflib creating/removing files (fixed except dates: should be epoch) 13 - difflib creating/removing files (fixed except dates: should be epoch)
14 - directory foo.d or foo.i with existing file foo (use some quoting?) 14 - directory foo.d or foo.i with existing file foo (use some quoting?)
17 - hg over ssh:// and https:// 17 - hg over ssh:// and https://
18 - commit mailinglist/trigger/hooks 18 - commit mailinglist/trigger/hooks
19 - make showing removed files (in history etc.) faster. 19 - make showing removed files (in history etc.) faster.
20 20
21 Commands: 21 Commands:
22 - hg diff Makefile should avoid walking the tree
23 - hg add <directory> should work
22 - hg status <filename>: file rev, changeset rev, changed, added, 24 - hg status <filename>: file rev, changeset rev, changed, added,
23 deleted, sha-1 25 deleted, sha-1
24 - select to pull a subset of the heads 26 - select to pull a subset of the heads
25 - 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())
26 - automatic pull fallback to old-http:// 28 - automatic pull fallback to old-http://