comparison TODO @ 447:d8d652c1f372

Update TODO -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Update TODO manifest hash: 6de50aff50eb482a3358a72ff0108b446688d034 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCuy6CywK+sNU5EO8RAuJsAJ9Ruxq09SmJSrGY9nlQvieYohFEAQCgjzc1 rjTPS0nh0mHuoE41orgop5A= =q2oN -----END PGP SIGNATURE-----
author mpm@selenic.com
date Thu, 23 Jun 2005 13:49:54 -0800
parents 688d03d6997a
children 27f5569a5814 934279f3ca53
comparison
equal deleted inserted replaced
446:8cc0ee3f18fb 447:d8d652c1f372
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?)
15 - get various options from hgrc (e.g. history always -v, tip always -q) 15 - get various options from hgrc (e.g. history always -v, tip always -q)
16 - allow full decimal (part of) hash 16 - allow full decimal (part of) hash
17 hg export 5005048662 -> OverflowError: long int too large to convert 17 hg export 5005048662 -> OverflowError: long int too large to convert
18 to int 18 to int
19 - push support (hack exists) 19 - better push support (hack exists)
20 - hg over ssh:// 20 - hg over ssh://
21 - commit mailinglist/trigger/hooks 21 - commit mailinglist/trigger/hooks
22 - fast diff extension
23 22
24 Commands: 23 Commands:
25 - hg status <filename>: file rev, changeset rev, changed, added, 24 - hg status <filename>: file rev, changeset rev, changed, added,
26 deleted, sha-1 25 deleted, sha-1
27 - select to pull a subset of the heads 26 - select to pull a subset of the heads
28 - 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())
29 - adding a tag with "hg tag foobar"
30 - automatic pull fallback to old-http:// 28 - automatic pull fallback to old-http://
31 - hg init|pull http://example.com doesn't say that no repo was found 29 - hg init|pull http://example.com doesn't say that no repo was found
32 - hg annotate -u and hgweb annotate with long $EMAIL 30 - hg annotate -u and hgweb annotate with long $EMAIL
33 - hg -v history doesn't show tkmerge as modified (removed). 31 - hg -v history doesn't show tkmerge as modified (removed).
34 - hg import vs. hg patch in help etc., import is a reserved python
35 word, PEP8 mentions trailing underscore as a convention for this.
36 - hg pull default in a subdir doesn't work, if it is a relative path 32 - hg pull default in a subdir doesn't work, if it is a relative path
37 - optionally only show merges (two parents or parent != changeset-1, etc.) 33 - optionally only show merges (two parents or parent != changeset-1, etc.)
38 34
39 Web: 35 Web:
40 - show tags in hgweb 36 - show tags in hgweb