summaryrefslogtreecommitdiff
path: root/tests/test_tags.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_tags.py')
-rw-r--r--tests/test_tags.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_tags.py b/tests/test_tags.py
index f8ef62e..3f58709 100644
--- a/tests/test_tags.py
+++ b/tests/test_tags.py
@@ -51,7 +51,7 @@ rename a tag
def test_branch_from_tag(self):
repo = self._load_fixture_and_fetch('branch_from_tag.svndump')
- self.assert_('branch_from_tag' in compathacks.branchset(repo))
+ self.assert_('branch_from_tag' in repo.branchmap())
self.assertEqual(repo[1], revsymbol(repo, 'tag_r3'))
self.assertEqual(revsymbol(repo, 'branch_from_tag').parents()[0],
revsymbol(repo, 'copied_tag'))