/brz/remove-bazaar

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

  • Committer: Robert Collins
  • Date: 2006-09-10 23:42:17 UTC
  • Revision ID: robertc@robertcollins.net-20060910234217-0ae24d8e666d60d6
All WorkingTree methods which write to the tree, but not to the branch
have been converted to use ``needs_tree_write_lock`` rather than 
``needs_write_lock``. Also converted is the revert, conflicts and tree
transform modules. This provides a modest performance improvement on 
metadir style trees, due to the reduce lock-acquisition, and a more
significant performance improvement on lightweight checkouts from 
remote branches, where trivial operations used to pay a significant 
penalty. It also provides the basis for allowing readonly checkouts.
(Robert Collins)
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 1904.2.2 19 years ago Martin Pool Merge invalid-parent fix from John 2.4 KB Diff Download File
test_bound_sftp.py 1908.6.11 19 years ago Robert Collins Remove usage of tree.pending_merges(). 14.3 KB Diff Download File
test_branch.py 1908.7.6 19 years ago Robert Collins Deprecate WorkingTree.last_revision. 23.8 KB Diff Download File
test_break_lock.py 1887.1.1 19 years ago Adeodato Simó Do not separate paragraphs in the copyright statem 3.4 KB Diff Download File
test_http.py 1864.7.3 19 years ago John Arbash Meinel Test that the right thing happens when clone/sprou 2.6 KB Diff Download File
test_locking.py 1711.8.7 19 years ago John Arbash Meinel Renaming LockHelpers.py to lock_helpers.py 8.4 KB Diff Download File
test_parent.py 1904.2.2 19 years ago Martin Pool Merge invalid-parent fix from John 3.1 KB Diff Download File
test_permissions.py 1887.1.1 19 years ago Adeodato Simó Do not separate paragraphs in the copyright statem 2.8 KB Diff Download File
test_pull.py 1979.2.1 19 years ago Robert Collins (robertc) adds a convenience method "merge_from_br 2.4 KB Diff Download File
test_update.py 1587.1.11 19 years ago Robert Collins Local commits appear to be working properly. 2.7 KB Diff Download File