comparison TODO @ 495:e94cebc60d96

Pull from TAH -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Pull from TAH manifest hash: 08b55e07198b8a4272753895fe3727d9f52ebb75 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCwO5YywK+sNU5EO8RArUtAJ9gsYYNbZH22COOz9B7ppwgCDxM8ACfYWcl n9Dim3Z7qepGUXvRDEeFZ9c= =JMQx -----END PGP SIGNATURE-----
author mpm@selenic.com
date Mon, 27 Jun 2005 22:29:44 -0800
parents 934279f3ca53 30752b14f759
children 12b4b5612fe4
comparison
equal deleted inserted replaced
489:a636f7d2cd5b 495:e94cebc60d96
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 - better push support (hack exists) 16 - better push support (hack exists)
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 20
20 Commands: 21 Commands:
21 - hg status <filename>: file rev, changeset rev, changed, added, 22 - hg status <filename>: file rev, changeset rev, changed, added,
22 deleted, sha-1 23 deleted, sha-1
23 - select to pull a subset of the heads 24 - select to pull a subset of the heads
24 - commands.py: number of args too much magic (e.g. in patch()) 25 - commands.py: number of args too much magic (e.g. in patch())
25 - automatic pull fallback to old-http:// 26 - automatic pull fallback to old-http://
26 - hg init|pull http://example.com doesn't say that no repo was found 27 - hg init|pull http://example.com doesn't say that no repo was found
27 - hg annotate -u and hgweb annotate with long $EMAIL 28 - hg annotate -u and hgweb annotate with long $EMAIL
28 - hg -v history doesn't show tkmerge as modified (removed).
29 - 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
30 - optionally only show merges (two parents or parent != changeset-1, etc.) 30 - optionally only show merges (two parents or parent != changeset-1, etc.)
31 31
32 Web: 32 Web:
33 - show tags in hgweb 33 - show tags in hgweb