annotate TODO @ 489:a636f7d2cd5b

[PATCH] umask for run-tests -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [PATCH] umask for run-tests From: Bryan O'Sullivan <bos@serpentine.com> Another local factor affecting test breakage: umask. Mine is 002, but some other people seem to use 022. This patch makes run-tests explicitly set a umask. manifest hash: 39aaea44746b113e992bcf0a9e93d9de3961c907 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCwOz8ywK+sNU5EO8RAvr7AJ9gRknqzQD6UmV1SpzHGqQyclcuxgCeItoD W7yNbrtIAPyMJsfwhVECx3s= =KhYb -----END PGP SIGNATURE-----
author mpm@selenic.com
date Mon, 27 Jun 2005 22:23:56 -0800
parents 934279f3ca53
children df9b77f67998 e94cebc60d96
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
368
4b1cec05f3eb Add a TODO list
mpm@selenic.com
parents:
diff changeset
1 General:
4b1cec05f3eb Add a TODO list
mpm@selenic.com
parents:
diff changeset
2 - Better documentation
4b1cec05f3eb Add a TODO list
mpm@selenic.com
parents:
diff changeset
3 - More regression tests
4b1cec05f3eb Add a TODO list
mpm@selenic.com
parents:
diff changeset
4 - More specific try/except.
4b1cec05f3eb Add a TODO list
mpm@selenic.com
parents:
diff changeset
5 - less code duplication, more code in the right places
4b1cec05f3eb Add a TODO list
mpm@selenic.com
parents:
diff changeset
6 - python 2.2 support
4b1cec05f3eb Add a TODO list
mpm@selenic.com
parents:
diff changeset
7 - better import support
4b1cec05f3eb Add a TODO list
mpm@selenic.com
parents:
diff changeset
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
ef8ff43f9c11 Updated TODO
Thomas Arendsen Hein <thomas@intevation.de>
parents: 380
diff changeset
10 - Code cleanup: apply http://python.org/peps/pep-0008.html
368
4b1cec05f3eb Add a TODO list
mpm@selenic.com
parents:
diff changeset
11
4b1cec05f3eb Add a TODO list
mpm@selenic.com
parents:
diff changeset
12 Core:
379
c8bd9793446d Updated TODO
Thomas Arendsen Hein <thomas@intevation.de>
parents: 368
diff changeset
13 - difflib creating/removing files (fixed except dates: should be epoch)
c8bd9793446d Updated TODO
Thomas Arendsen Hein <thomas@intevation.de>
parents: 368
diff changeset
14 - directory foo.d or foo.i with existing file foo (use some quoting?)
c8bd9793446d Updated TODO
Thomas Arendsen Hein <thomas@intevation.de>
parents: 368
diff changeset
15 - get various options from hgrc (e.g. history always -v, tip always -q)
447
d8d652c1f372 Update TODO
mpm@selenic.com
parents: 429
diff changeset
16 - better push support (hack exists)
483
27f5569a5814 Updated TODO
Thomas Arendsen Hein <thomas@intevation.de>
parents: 447
diff changeset
17 - hg over ssh:// and https://
368
4b1cec05f3eb Add a TODO list
mpm@selenic.com
parents:
diff changeset
18 - commit mailinglist/trigger/hooks
4b1cec05f3eb Add a TODO list
mpm@selenic.com
parents:
diff changeset
19
4b1cec05f3eb Add a TODO list
mpm@selenic.com
parents:
diff changeset
20 Commands:
4b1cec05f3eb Add a TODO list
mpm@selenic.com
parents:
diff changeset
21 - hg status <filename>: file rev, changeset rev, changed, added,
4b1cec05f3eb Add a TODO list
mpm@selenic.com
parents:
diff changeset
22 deleted, sha-1
4b1cec05f3eb Add a TODO list
mpm@selenic.com
parents:
diff changeset
23 - select to pull a subset of the heads
4b1cec05f3eb Add a TODO list
mpm@selenic.com
parents:
diff changeset
24 - commands.py: number of args too much magic (e.g. in patch())
4b1cec05f3eb Add a TODO list
mpm@selenic.com
parents:
diff changeset
25 - automatic pull fallback to old-http://
4b1cec05f3eb Add a TODO list
mpm@selenic.com
parents:
diff changeset
26 - hg init|pull http://example.com doesn't say that no repo was found
4b1cec05f3eb Add a TODO list
mpm@selenic.com
parents:
diff changeset
27 - hg annotate -u and hgweb annotate with long $EMAIL
4b1cec05f3eb Add a TODO list
mpm@selenic.com
parents:
diff changeset
28 - hg -v history doesn't show tkmerge as modified (removed).
379
c8bd9793446d Updated TODO
Thomas Arendsen Hein <thomas@intevation.de>
parents: 368
diff changeset
29 - hg pull default in a subdir doesn't work, if it is a relative path
c8bd9793446d Updated TODO
Thomas Arendsen Hein <thomas@intevation.de>
parents: 368
diff changeset
30 - optionally only show merges (two parents or parent != changeset-1, etc.)
368
4b1cec05f3eb Add a TODO list
mpm@selenic.com
parents:
diff changeset
31
4b1cec05f3eb Add a TODO list
mpm@selenic.com
parents:
diff changeset
32 Web:
379
c8bd9793446d Updated TODO
Thomas Arendsen Hein <thomas@intevation.de>
parents: 368
diff changeset
33 - show tags in hgweb
368
4b1cec05f3eb Add a TODO list
mpm@selenic.com
parents:
diff changeset
34 - show parent changeset number in hgweb
379
c8bd9793446d Updated TODO
Thomas Arendsen Hein <thomas@intevation.de>
parents: 368
diff changeset
35 - optionally only show merges (two parents or parent != changeset-1, etc.)
368
4b1cec05f3eb Add a TODO list
mpm@selenic.com
parents:
diff changeset
36 - one hgweb with many repos (another script)
4b1cec05f3eb Add a TODO list
mpm@selenic.com
parents:
diff changeset
37 - hgweb tip link too verbose
379
c8bd9793446d Updated TODO
Thomas Arendsen Hein <thomas@intevation.de>
parents: 368
diff changeset
38 - hgweb: deliver static files (e.g. favicon, stylesheets)
368
4b1cec05f3eb Add a TODO list
mpm@selenic.com
parents:
diff changeset
39 - hgweb personalization: timezone (display/change), display of
4b1cec05f3eb Add a TODO list
mpm@selenic.com
parents:
diff changeset
40 features
4b1cec05f3eb Add a TODO list
mpm@selenic.com
parents:
diff changeset
41 - hg export 240 shows -tkmerge (good), hgweb does not (bad).
379
c8bd9793446d Updated TODO
Thomas Arendsen Hein <thomas@intevation.de>
parents: 368
diff changeset
42 - some web servers think hgweb.cgi.[di] is a CGI script with old-http://
c8bd9793446d Updated TODO
Thomas Arendsen Hein <thomas@intevation.de>
parents: 368
diff changeset
43 (use quoting (see foo.d in Core) or document server configurations?)
c8bd9793446d Updated TODO
Thomas Arendsen Hein <thomas@intevation.de>
parents: 368
diff changeset
44 - link children in hgweb
483
27f5569a5814 Updated TODO
Thomas Arendsen Hein <thomas@intevation.de>
parents: 447
diff changeset
45 - search field searching in descriptions, file names, what else?