changeset 389:ef8ff43f9c11

Updated TODO -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Updated TODO manifest hash: d56c5efd51558453626e53cb8e5802d7c64cbb2c -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFCstaMW7P1GVgWeRoRAitJAKCKQ+EE1LBTBu7kMkR6Je0uQSQ4rwCcDTpd D9Yes77z/o00nq0g/kiT+pw= =SFsE -----END PGP SIGNATURE-----
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 17 Jun 2005 14:56:28 +0100
parents 398737777644
children 50aea13227a2
files TODO
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/TODO	Fri Jun 17 11:03:03 2005 +0100
+++ b/TODO	Fri Jun 17 14:56:28 2005 +0100
@@ -7,6 +7,7 @@
 - better import support
 - export to git
 - Add standard files: AUTHORS, CREDITS, COPYING. ChangeLog? What else?
+- Code cleanup: apply http://python.org/peps/pep-0008.html
 
 Core:
 - difflib creating/removing files (fixed except dates: should be epoch)
@@ -30,11 +31,10 @@
 - hg init|pull http://example.com doesn't say that no repo was found
 - hg annotate -u and hgweb annotate with long $EMAIL
 - hg -v history doesn't show tkmerge as modified (removed).
-- hg import vs. hg patch in help etc. (import is a reserved python
-  word)
+- hg import vs. hg patch in help etc., import is a reserved python
+  word, PEP8 mentions trailing underscore as a convention for this.
 - version reporting (hg --version / version.py / setup.py etc.)
 - hg pull default in a subdir doesn't work, if it is a relative path
-- show tags in hg history
 - optionally only show merges (two parents or parent != changeset-1, etc.)
 
 Web: