199
199
t.commit(allow_pointless=True,
201
201
self.run_bzr('push -d from to-one')
203
203
self.run_bzr('push -d %s %s'
204
204
% tuple(map(urlutils.local_path_to_url, ['from', 'to-two'])))
207
207
def test_push_repository_no_branch_doesnt_fetch_all_revs(self):
208
208
# See https://bugs.launchpad.net/bzr/+bug/465517