diff tests/test_rebuildmeta.py @ 573:00393e9abff8

svncommands: make repo optional (useful for things like listauthors)
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Tue, 23 Feb 2010 17:16:51 +0100
parents 1fd3cfa47c5e
children 25714b4954b7
line wrap: on
line diff
--- a/tests/test_rebuildmeta.py
+++ b/tests/test_rebuildmeta.py
@@ -22,7 +22,6 @@ def _do_case(self, name, stupid, single)
     src, dest = hg.clone(u, self.wc_path, wc2_path, update=False)
     svncommands.rebuildmeta(u,
                             dest,
-                            os.path.dirname(dest.path),
                             args=[test_util.fileurl(self.repo_path +
                                                     subdir), ])
     self.assertTrue(os.path.isdir(os.path.join(src.path, 'svn')),