Thu, 14 Jul 2005 16:23:13 +0100 Removed extra spaces for default parameters according to PEP8.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 14 Jul 2005 16:23:13 +0100] rev 700
Removed extra spaces for default parameters according to PEP8. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Removed extra spaces for default parameters according to PEP8. manifest hash: 0f6bcc95adf406c8f6dafd92b7c7d3523b6dfe2c -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC1oNhW7P1GVgWeRoRAn76AJ4m8rFUeeUDRC0qVEmjjmPClmAFsQCdE3rN Juv2dSoGteRm0DBXz7xnF4c= =PMki -----END PGP SIGNATURE-----
Thu, 14 Jul 2005 15:56:11 +0100 Removed duplicate use of os.path.normcase().
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 14 Jul 2005 15:56:11 +0100] rev 699
Removed duplicate use of os.path.normcase(). -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Removed duplicate use of os.path.normcase(). manifest hash: cccacfb66a4de9abc20095b28e6bab9b51dc4fa9 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC1n0LW7P1GVgWeRoRAueGAJ9256Jiwv4QbrFIV3Px/SmBMkddjQCbBop/ J2Yi2np72OAKVPhFhCijH6s= =aAyf -----END PGP SIGNATURE-----
Thu, 14 Jul 2005 15:30:49 +0100 Use python function instead of external 'cp' command when cloning repos.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 14 Jul 2005 15:30:49 +0100] rev 698
Use python function instead of external 'cp' command when cloning repos. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Use python function instead of external 'cp' command when cloning repos. Inspired by a patch from Stephen Darnell. manifest hash: b525b0bf40f349b362db7c46d62be41572ef65cf -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC1ncZW7P1GVgWeRoRAiJmAJ9GaCPaG6yOKb72I+SpDDdcdXTISACePD0H GR/F+qqzi2imdgIV77ziLcQ= =YVd2 -----END PGP SIGNATURE-----
Thu, 14 Jul 2005 10:42:28 +0100 Multiple cleanups of things detected by pylint.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 14 Jul 2005 10:42:28 +0100] rev 697
Multiple cleanups of things detected by pylint. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Multiple cleanups of things detected by pylint. Spacing, multiple statements on a single line, overloading builtins, except statements without exception type, unused variables, etc. manifest hash: 457b33b30200d9f71ca707a0bef78053d9091107 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC1jOEW7P1GVgWeRoRApr5AJoClL7FkGXT9Z36xF71zdVH463O0wCeJJwb gJSn0jHlLZ3m25OI+BuZCrI= =HVDq -----END PGP SIGNATURE-----
Thu, 14 Jul 2005 10:37:33 +0100 Removed extra newline in hg log when not using the --patch option, fixed tests.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 14 Jul 2005 10:37:33 +0100] rev 696
Removed extra newline in hg log when not using the --patch option, fixed tests. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Removed extra newline in hg log when not using the --patch option, fixed tests. manifest hash: 4d83d4af68581affe4cd2dacf840ec78bf18311e -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC1jJdW7P1GVgWeRoRAkoIAJ4kI8WFisp8fJTMsUCddLwK0O1mHQCgj+fx XDIXrDpUULYSSck3eD4QHY4= =jKKB -----END PGP SIGNATURE-----
Thu, 14 Jul 2005 08:57:54 +0100 Fixed tests.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 14 Jul 2005 08:57:54 +0100] rev 695
Fixed tests. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Fixed tests. manifest hash: f6f36e6f95ea99efccc84dfa1d0af63d414a0eba -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC1hsCW7P1GVgWeRoRAtbyAJoDpbSygoutryu3P/miCpX2Q/LA8gCgiClo P+1ZpH0gycio/V4CKmj5Hlo= =JVBT -----END PGP SIGNATURE-----
Thu, 14 Jul 2005 22:37:46 -0800 Teach convert-repo about tags
mpm@selenic.com [Thu, 14 Jul 2005 22:37:46 -0800] rev 694
Teach convert-repo about tags Git tags are bad, very bad. More importantly, they're horribly inconsistent. This drops tags which don't appear to work like most of the others. manifest hash: f2dda9e9a3ae8a0d84b19e496059b8a795b8e603
Thu, 14 Jul 2005 18:41:36 -0800 Be quiet about broken pipes
mpm@selenic.com [Thu, 14 Jul 2005 18:41:36 -0800] rev 693
Be quiet about broken pipes manifest hash: 3163ebe2f15c3a577456cfdcd2b136c3c7cf7378
Wed, 13 Jul 2005 01:53:27 -0800 convert-repo: deal with packed git and other fixes
mpm@selenic.com [Wed, 13 Jul 2005 01:53:27 -0800] rev 692
convert-repo: deal with packed git and other fixes call out to git-cat-file directly to deal with packed files use git-diff-tree --root to handle import of first commit quiet some dirstate warnings fix parent logic in commit whitespace bits topological sort fix manifest hash: 2943af0168dd2f5e85bba6515fd08687e264863f
Wed, 13 Jul 2005 01:48:03 -0800 HG environment variables take precedence over hgrc
mpm@selenic.com [Wed, 13 Jul 2005 01:48:03 -0800] rev 691
HG environment variables take precedence over hgrc manifest hash: c128b53429f861c0b75c2a81c6ad4907e4779810
(0) -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip