1545
1545
# For bzr native formats must_fetch is just the tip, and if_present_fetch
1547
1547
must_fetch = set([self.last_revision()])
1552
1557
must_fetch.discard(_mod_revision.NULL_REVISION)
1553
1558
if_present_fetch.discard(_mod_revision.NULL_REVISION)
1554
1559
return must_fetch, if_present_fetch