Mercurial > hgsubversion
diff tests/test_tags.py @ 917:6918f60d0e28
Merge hg 2.3 fixes from bos.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Sat, 21 Jul 2012 15:31:34 -0500 |
parents | 7e9d805a0e1f |
children | 5bacb9c63e3e |
line wrap: on
line diff
--- a/tests/test_tags.py +++ b/tests/test_tags.py @@ -112,6 +112,7 @@ rename a tag "You should check that before assuming issues with this test.\n") wc2_path = self.wc_path + '2' src, dest = test_util.hgclone(repo.ui, self.wc_path, wc2_path, update=False) + dest = getattr(dest, 'local', lambda: dest)() svncommands.rebuildmeta(repo.ui, dest, args=[test_util.fileurl(repo_path), ])