/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_remote.py

  • Committer: Aaron Bentley
  • Date: 2009-12-07 21:46:28 UTC
  • mfrom: (4871 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4873.
  • Revision ID: aaron@aaronbentley.com-20091207214628-yifwgux0fn4x3bo4
Merge bzr.dev into merge-i-lock.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3042
3042
            local_tree.commit('more local changes are better')
3043
3043
            branch = Branch.open(self.get_url('tree3'))
3044
3044
            branch.lock_read()
 
3045
            self.addCleanup(branch.unlock)
3045
3046
            return None, branch
3046
3047
        rev_ord, expected_revs = self.get_ordered_revs('1.9', 'unordered',
3047
3048
            branch_factory=make_stacked_stacked)