# HG changeset patch # User Thomas Arendsen Hein # Date 1119016588 -3600 # Node ID ef8ff43f9c11deb91c8205d5b12ca2505a9d46c3 # Parent 3987377776443b8060fa5dc5d6359c0bf0e87a06 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----- diff -r 398737777644 -r ef8ff43f9c11 TODO --- 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: