67
67
tree, files = self.create_with_commits(100, 100, "a")
68
68
rbzrdir = bzrdir.BzrDir.open(self.get_url('a'))
70
70
wtree = b2.open_workingtree()
71
71
# change a few files and commit
72
72
self.commit_some_revisions(
74
74
num_commits=num_push_revisions,
76
76
self.time(rbzrdir.open_branch().pull, wtree.branch)