~bzr-pqm/bzr/bzr.dev

  • Committer: Robert Collins
  • Date: 2010-05-06 23:41:35 UTC
  • Revision ID: robertc@robertcollins.net-20100506234135-yivbzczw1sejxnxc
Lock methods on ``Tree``, ``Branch`` and ``Repository`` are now
expected to return an object which can be used to unlock them. This reduces
duplicate code when using cleanups. The previous 'tokens's returned by
``Branch.lock_write`` and ``Repository.lock_write`` are now attributes
on the result of the lock_write. ``repository.RepositoryWriteLockResult``
and ``branch.BranchWriteLockResult`` document this. (Robert Collins)

``log._get_info_for_log_files`` now takes an add_cleanup callable.
(Robert Collins)
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 5131.2.1 15 years ago Martin Permit bzrlib to run under python -OO by explictly 14.4 KB Diff Download File
account.py 4304.2.1 16 years ago Vincent Ladeuil Fix bug #367726 by reverting some default user han 3.3 KB Diff Download File
lp_api.py 5074.1.1 15 years ago Vincent Ladeuil Merge 2.1 into bzr.dev including fixes for #524560 9.8 KB Diff Download File
lp_directory.py 5121.2.1 15 years ago Jelmer Vernooij Remove unused imports in lp_directory. 3.8 KB Diff Download File
lp_propose.py 5184.1.1 15 years ago Vincent Ladeuil Random cleanups to catch up with copyright updates 7.9 KB Diff Download File
lp_registration.py 5053.1.1 15 years ago Martin Pool Merge 2.1 back to trunk 13 KB Diff Download File
test_account.py 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 5.2 KB Diff Download File
test_lp_api.py 5074.1.1 15 years ago Vincent Ladeuil Merge 2.1 into bzr.dev including fixes for #524560 3.7 KB Diff Download File
test_lp_directory.py 5053.1.1 15 years ago Martin Pool Merge 2.1 back to trunk 12.5 KB Diff Download File
test_lp_login.py 4505.1.4 15 years ago Jonathan Lange Use 'foo', not 'jml' 2.5 KB Diff Download File
test_lp_open.py 4763.2.4 15 years ago John Arbash Meinel merge bzr.2.1 in preparation for NEWS entry. 4.1 KB Diff Download File
test_lp_service.py 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 7.7 KB Diff Download File
test_register.py 4360.5.4 15 years ago Robert J. Tanner Merge 1.15.1 back to trunk 13.8 KB Diff Download File