Mercurial > hgsubversion
diff tests/test_tags.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 | 9e6499c415a9 |
children | 066453cf2014 |
line wrap: on
line diff
--- a/tests/test_tags.py +++ b/tests/test_tags.py @@ -116,7 +116,6 @@ rename a tag src, dest = hg.clone(repo.ui, self.wc_path, wc2_path, update=False) svncommands.rebuildmeta(repo.ui, dest, - os.path.dirname(dest.path), args=[test_util.fileurl(self.repo_path), ]) commands.pull(self.repo.ui, self.repo, stupid=stupid) dtags, srctags = dest.tags(), self.repo.tags()