Mercurial > hg
annotate 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 |
rev | line source |
---|---|
368 | 1 General: |
2 - Better documentation | |
3 - More regression tests | |
4 - More specific try/except. | |
5 - less code duplication, more code in the right places | |
6 - python 2.2 support | |
7 - better import support | |
8 - export to git | |
423
25afb21d97ba
Support for 'hg --version'. setup.py stores version from hg repository.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
389
diff
changeset
|
9 - Add standard files: AUTHORS, CREDITS, ChangeLog? What else? |
389 | 10 - Code cleanup: apply http://python.org/peps/pep-0008.html |
368 | 11 |
12 Core: | |
379 | 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?) | |
15 - get various options from hgrc (e.g. history always -v, tip always -q) | |
447 | 16 - better push support (hack exists) |
483 | 17 - hg over ssh:// and https:// |
368 | 18 - commit mailinglist/trigger/hooks |
493
30752b14f759
Make show_changeset show added/deleted files only in debug mode.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
490
diff
changeset
|
19 - make showing removed files (in history etc.) faster. |
368 | 20 |
21 Commands: | |
22 - hg status <filename>: file rev, changeset rev, changed, added, | |
23 deleted, sha-1 | |
24 - select to pull a subset of the heads | |
25 - commands.py: number of args too much magic (e.g. in patch()) | |
26 - automatic pull fallback to old-http:// | |
27 - hg init|pull http://example.com doesn't say that no repo was found | |
28 - hg annotate -u and hgweb annotate with long $EMAIL | |
379 | 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.) | |
368 | 31 |
32 Web: | |
379 | 33 - show tags in hgweb |
368 | 34 - show parent changeset number in hgweb |
379 | 35 - optionally only show merges (two parents or parent != changeset-1, etc.) |
368 | 36 - one hgweb with many repos (another script) |
37 - hgweb tip link too verbose | |
379 | 38 - hgweb: deliver static files (e.g. favicon, stylesheets) |
368 | 39 - hgweb personalization: timezone (display/change), display of |
40 features | |
41 - hg export 240 shows -tkmerge (good), hgweb does not (bad). | |
379 | 42 - some web servers think hgweb.cgi.[di] is a CGI script with old-http:// |
43 (use quoting (see foo.d in Core) or document server configurations?) | |
44 - link children in hgweb | |
483 | 45 - search field searching in descriptions, file names, what else? |