/brz/remove-bazaar

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

  • Committer: James Westby
  • Date: 2007-02-22 22:45:49 UTC
  • mto: (2255.5.1 dirstate)
  • Revision ID: jw+debian@jameswestby.net-20070222224549-16u0yxrdrqg3vgpg
(broken) Add the locking methods.

  * Callers should now use lock_read and lock_write before they do
    anything with dirstate.
  * You can only grab a single lock on the object, and can't unlock it
    if not locked.
  * initialize now returns a writelocked object to the caller.
  * This breaks the tests massively, sorry, as they need to do locking now.
    - Currently the main problem is the dirstate never being flushed to disk,
      so all tests trip the assertion that the header is incorrect.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 2249.5.18 18 years ago John Arbash Meinel Add tests for iter_reverse_revision_history 2.6 KB Diff Download File
test_break_lock.py 2052.3.2 19 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 2.2 KB Diff Download File
test_commit_builder.py 2249.5.12 18 years ago John Arbash Meinel Change the APIs for VersionedFile, Store, and some 5.2 KB Diff Download File
test_fileid_involved.py 2294.1.10 18 years ago John Arbash Meinel Switch all apis over to utf8 file ids. All tests p 12.1 KB Diff Download File
test_iter_reverse_revision_history.py 2249.5.18 18 years ago John Arbash Meinel Add tests for iter_reverse_revision_history 5.7 KB Diff Download File
test_reconcile.py 2052.3.2 19 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 14.4 KB Diff Download File
test_repository.py 2241.1.5 18 years ago Martin Pool Move KnitFormat2 into repofmt 26.7 KB Diff Download File
test_revision.py 1913.1.5 19 years ago John Arbash Meinel fix test name 4.3 KB Diff Download File
test_statistics.py 2258.1.2 19 years ago Robert Collins New version of gather_stats which gathers aggregat 3.7 KB Diff Download File