760
760
# way, merged_revnos=None (the default) has a very different behavior
761
761
# than merged_revnos=[]: the first is no restriction, while the second
764
764
proposals = self.all_branches.getMergeProposals(merged_revnos=[])
765
765
self.assertEqual([], list(proposals))
766
766
self.assertIsInstance(proposals, EmptyResultSet)