diff tests/run.py @ 155:ba801f44d240

utility_commands: Implement rebuildmeta so that metadata can be rebuilt. hg_delta_editor: Fixed some longstanding branch_info bugs detected while rebuilding meta.
author Augie Fackler <durin42@gmail.com>
date Tue, 23 Dec 2008 22:19:26 -0600
parents 46f6b872c988
children 4f26fa049452
line wrap: on
line diff
--- a/tests/run.py
+++ b/tests/run.py
@@ -16,6 +16,7 @@ import test_push_command
 import test_push_renames
 import test_push_dirs
 import test_push_eol
+import test_rebuildmeta
 import test_tags
 import test_utility_commands
 
@@ -32,6 +33,7 @@ def suite():
                                test_push_renames.suite(),
                                test_push_dirs.suite(),
                                test_push_eol.suite(),
+                               test_rebuildmeta.suite(),
                                test_tags.suite(),
                                test_utility_commands.suite(),
                               ])