~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/branch_implementations/test_branch.py

  • Committer: John Arbash Meinel
  • Date: 2009-01-14 19:31:09 UTC
  • mfrom: (3932.2.3 1.11)
  • mto: (3932.2.4 1.11)
  • mto: This revision was merged to the branch mainline in revision 3960.
  • Revision ID: john@arbash-meinel.com-20090114193109-sramygcktbcz589f
Merge in bzr.1.11, resolve NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
511
511
        self.assertEqual('', relpath)
512
512
        branch, relpath = Branch.open_containing(self.get_readonly_url('g/p/q'))
513
513
        self.assertEqual('g/p/q', relpath)
514
 
        
 
514
 
515
515
 
516
516
class InstrumentedTransaction(object):
517
517