summaryrefslogtreecommitdiff
path: root/tests/test_single_dir_push.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_single_dir_push.py')
-rw-r--r--tests/test_single_dir_push.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_single_dir_push.py b/tests/test_single_dir_push.py
index ea75afe..555ccbc 100644
--- a/tests/test_single_dir_push.py
+++ b/tests/test_single_dir_push.py
@@ -163,7 +163,7 @@ class TestSingleDirPush(test_util.TestBase):
self.pushrevisions()
repo = self.repo # repo is outdated after the rebase happens, refresh
self.assertTrue('foo' in test_util.svnls(repo_path, ''))
- self.assertEqual(compathacks.branchset(repo), set(['default']))
+ self.assertEqual(set(repo.branchmap()), set(['default']))
# Have to cross to another branch head, so hg.update doesn't work
commands.update(self.ui(),
self.repo,