~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/lock.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-08-22 10:38:57 UTC
  • mfrom: (6076.1.2 missing-stacks)
  • Revision ID: pqm@pqm.ubuntu.com-20110822103857-e7kb6tge3sfw4dt7
(vila) Add missing config store and stacks for control.conf and remote
 branches. (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
535
535
    locked the same way), and -Drelock is set, then this will trace.note a
536
536
    message about it.
537
537
    """
538
 
    
 
538
 
539
539
    _prev_lock = None
540
540
 
541
541
    def _note_lock(self, lock_type):