/brz/remove-bazaar

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

  • Committer: Martin Pool
  • Date: 2005-05-30 01:37:52 UTC
  • Revision ID: mbp@sourcefrog.net-20050530013751-650874ded00ae1a1
- Use explicit lock methods on a branch, rather than doing it
  implicitly from the Branch constructor and relying on destroying the
  branch to release the lock.

- New with_readlock, _with_writelock decorators for branch methods.

- Branch locks can now be taken several times by a single caller, but
  they forbid upgrading or downgrading.

- Don't need assertions about whether the branch is locked anymore.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 543 20 years ago Martin Pool - More cleanups for set type - Clean up Inventory 1.7 KB Diff Download File
add.py 510 20 years ago Martin Pool - fix add of files when standing in subdirectory 2.9 KB Diff Download File
atomicfile.py 565 20 years ago Martin Pool - more invariant checks in AtomicFile 2.9 KB Diff Download File
branch.py 580 20 years ago Martin Pool - Use explicit lock methods on a branch, rather th 26.4 KB Diff Download File
changeset.py 558 20 years ago Martin Pool - All top-level classes inherit from object (Pyt 52.1 KB Diff Download File
check.py 543 20 years ago Martin Pool - More cleanups for set type - Clean up Inventory 4.1 KB Diff Download File
commands.py 580 20 years ago Martin Pool - Use explicit lock methods on a branch, rather th 37.3 KB Diff Download File
commit.py 580 20 years ago Martin Pool - Use explicit lock methods on a branch, rather th 8.8 KB Diff Download File
diff.py 571 20 years ago Martin Pool - new --diff-options to pass options through to ex 13 KB Diff Download File
errors.py 573 20 years ago Martin Pool - new exception NotBranchError 1.3 KB Diff Download File
help.py 473 20 years ago Martin Pool - Don't lose first line of command help! 4 KB Diff Download File
info.py 542 20 years ago Martin Pool - fix typo 3.4 KB Diff Download File
inventory.py 557 20 years ago Martin Pool - Refactor/cleanup Inventory.entries() - Rewrite I 18.7 KB Diff Download File
lock.py 577 20 years ago Martin Pool - merge portable lock module from John 5.8 KB Diff Download File
log.py 567 20 years ago Martin Pool - New form 'bzr log -r FROM:TO' patch from John 7.3 KB Diff Download File
mdiff.py 225 20 years ago mbp at sourcefrog debug output 2.2 KB Diff Download File
merge.py 558 20 years ago Martin Pool - All top-level classes inherit from object (Pyt 7.9 KB Diff Download File
merge_core.py 558 20 years ago Martin Pool - All top-level classes inherit from object (Pyt 19 KB Diff Download File
newinventory.py 191 20 years ago mbp at sourcefrog more XML performance tests 4.3 KB Diff Download File
osutils.py 488 20 years ago Martin Pool - new helper function kind_marker() 9.2 KB Diff Download File
patch.py 493 20 years ago Martin Pool - Merge aaron's merge command 2.5 KB Diff Download File
remotebranch.py 580 20 years ago Martin Pool - Use explicit lock methods on a branch, rather th 6.7 KB Diff Download File
revfile.py 558 20 years ago Martin Pool - All top-level classes inherit from object (Pyt 15.4 KB Diff Download File
revision.py 254 20 years ago Martin Pool - Doc cleanups from Magnus Therning 2.7 KB Diff Download File
statcache.py 554 20 years ago Martin Pool - clean up statcache code - stat files in order by 8.8 KB Diff Download File
status.py 580 20 years ago Martin Pool - Use explicit lock methods on a branch, rather th 1.8 KB Diff Download File
store.py 558 20 years ago Martin Pool - All top-level classes inherit from object (Pyt 5.2 KB Diff Download File
textinv.py 236 20 years ago mbp at sourcefrog - Experiments in inventory performance 2.5 KB Diff Download File
textui.py 426 20 years ago Martin Pool - Skip symlinks during recursive add (path from aa 1.1 KB Diff Download File
trace.py 403 20 years ago Martin Pool - Don't give an error if the trace file can't be o 3.8 KB Diff Download File
tree.py 558 20 years ago Martin Pool - All top-level classes inherit from object (Pyt 7.5 KB Diff Download File
workingtree.py 489 20 years ago Martin Pool - WorkingTree loads statcache in constructor and h 8.8 KB Diff Download File
xml.py 48 20 years ago Martin Pool witty comment 1.5 KB Diff Download File