~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_revision.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-12-14 08:47:17 UTC
  • mfrom: (3053.4.10 integrate-1.0)
  • Revision ID: pqm@pqm.ubuntu.com-20071214084717-xu119wq2x8l2w8lj
Merge 1.0final back to trunk and bump to 1.1dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
        sources = br1
135
135
 
136
136
        br1.lock_read()
 
137
        br2.lock_read()
137
138
        self.addCleanup(br1.unlock)
138
139
        br2.lock_read()
139
140
        self.addCleanup(br2.unlock)