Mercurial > hgsubversion
diff tests/run.py @ 88:3b60f223893a
fetch_command: handle nullid parent in stupid non-diffy mode
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Fri, 14 Nov 2008 16:18:24 -0600 |
parents | 6c9b7cf1c5aa |
children | 9b5e528f67f8 |
line wrap: on
line diff
--- a/tests/run.py +++ b/tests/run.py @@ -7,6 +7,7 @@ sys.path.append(os.path.dirname(os.path. import test_fetch_command import test_fetch_command_regexes import test_fetch_renames +import test_fetch_truncated import test_push_command import test_push_renames import test_push_dirs @@ -16,6 +17,7 @@ def suite(): return unittest.TestSuite([test_fetch_command.suite(), test_fetch_command_regexes.suite(), test_fetch_renames.suite(), + test_fetch_truncated.suite(), test_push_command.suite(), test_push_renames.suite(), test_push_dirs.suite(),