/brz/remove-bazaar

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

  • Committer: Robert Collins
  • Date: 2007-09-19 05:14:14 UTC
  • mto: (2835.1.1 ianc-integration)
  • Revision ID: robertc@robertcollins.net-20070919051414-2tgjqteg7k3ps4h0
* ``pull``, ``merge`` and ``push`` will no longer silently correct some
  repository index errors that occured as a result of the Weave disk format.
  Instead the ``reconcile`` command needs to be run to correct those
  problems if they exist (and it has been able to fix most such problems
  since bzr 0.8). Some new problems have been identified during this release
  and you should run ``bzr check`` once on every repository to see if you
  need to reconcile. If you cannot ``pull`` or ``merge`` from a remote
  repository due to mismatched parent errors - a symptom of index errors -
  you should simply take a full copy of that remote repository to a clean
  directory outside any local repositories, then run reconcile on it, and
  finally pull from it locally. (And naturally email the repositories owner
  to ask them to upgrade and run reconcile).
  (Robert Collins)

* ``VersionedFile.fix_parents`` has been removed as a harmful API.
  ``VersionedFile.join`` will no longer accept different parents on either
  side of a join - it will either ignore them, or error, depending on the
  implementation. See notes when upgrading for more information.
  (Robert Collins)
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 2598.5.7 18 years ago Aaron Bentley Updates from review 5.9 KB Diff Download File
test_add.py 2323.3.3 18 years ago Robert Collins Merge Martins 0.15rc2 release branch. 6.6 KB Diff Download File
test_add_reference.py 2255.2.228 18 years ago Robert Collins Make all test_add_reference tests pass again. 4.5 KB Diff Download File
test_basis_inventory.py 2255.6.1 18 years ago Aaron Bentley Merge from by-reference-trees 3.1 KB Diff Download File
test_basis_tree.py 2255.2.72 18 years ago John Arbash Meinel Add some tests for WorkingTree.basis_tree() 2.9 KB Diff Download File
test_break_lock.py 2255.2.149 18 years ago Robert Collins Crufty but existing _iter_changes implementation f 2.9 KB Diff Download File
test_changes_from.py 2052.3.1 18 years ago John Arbash Meinel Add tests to cleanup the copyright of all source f 2.2 KB Diff Download File
test_commit.py 2659.3.9 18 years ago NamNguyen branch.py: * ``pre_commit`` hook's signature i 17.1 KB Diff Download File
test_executable.py 2748.3.2 18 years ago Aaron Bentley Fix revert, remove-tree, and various tests to use 6.3 KB Diff Download File
test_flush.py 2052.3.10 18 years ago John Arbash Meinel [merge] bzr.dev 2079 2.6 KB Diff Download File
test_get_file_mtime.py 2405.3.2 18 years ago John Arbash Meinel Fix one test. 3.3 KB Diff Download File
test_get_parent_ids.py 2249.5.7 18 years ago John Arbash Meinel Make sure WorkingTree revision_ids are also return 2.5 KB Diff Download File
test_inv.py 2748.3.2 18 years ago Aaron Bentley Fix revert, remove-tree, and various tests to use 9.2 KB Diff Download File
test_is_control_filename.py 1773.4.1 19 years ago Martin Pool Add pyflakes makefile target; fix many warnings 1.7 KB Diff Download File
test_is_ignored.py 2696.1.1 18 years ago Martin Pool Remove things deprecated in 0.11 and earlier 8.4 KB Diff Download File
test_locking.py 1986.5.7 18 years ago Robert Collins Merge reviews. 11.8 KB Diff Download File
test_merge_from_branch.py 1551.15.69 18 years ago Aaron Bentley Add merge_type to merge_from_branch 4.8 KB Diff Download File
test_mkdir.py 2052.3.1 18 years ago John Arbash Meinel Add tests to cleanup the copyright of all source f 1.3 KB Diff Download File
test_move.py 2456.2.1 18 years ago John Arbash Meinel (broken) Add a (failing) test that _iter_changes w 23.1 KB Diff Download File
test_nested_specifics.py 1551.10.26 18 years ago Aaron Bentley Allow extract when tree is locked 1.9 KB Diff Download File
test_parents.py 2598.5.7 18 years ago Aaron Bentley Updates from review 10 KB Diff Download File
test_paths2ids.py 2255.2.104 18 years ago Robert Collins Add WorkingTree4.paths2ids which is inventory-usag 7.7 KB Diff Download File
test_pull.py 1908.7.6 19 years ago Robert Collins Deprecate WorkingTree.last_revision. 2.2 KB Diff Download File
test_put_file.py 2052.3.1 18 years ago John Arbash Meinel Add tests to cleanup the copyright of all source f 1.5 KB Diff Download File
test_read_working_inventory.py 2255.2.45 18 years ago Robert Collins Dirstate - fix revision_tree() behaviour to match 1.8 KB Diff Download File
test_readonly.py 2255.10.1 18 years ago John Arbash Meinel Update WorkingTree4 so that it doesn't use a HashC 4.3 KB Diff Download File
test_remove.py 2655.2.15 18 years ago Marius Kruger Apply Alexander's comments: * Rename getTree => ge 10.7 KB Diff Download File
test_rename_one.py 2255.7.9 18 years ago John Arbash Meinel Add more tests for WorkingTree.move() and a simila 12.8 KB Diff Download File
test_revision_tree.py 2255.2.76 18 years ago Robert Collins Add tests for revision trees with a different uniq 3.8 KB Diff Download File
test_set_root_id.py 2294.1.10 18 years ago John Arbash Meinel Switch all apis over to utf8 file ids. All tests p 2.4 KB Diff Download File
test_smart_add.py 2585.1.1 18 years ago Aaron Bentley Unify MutableTree.smart_add behavior by disabling 10.2 KB Diff Download File
test_uncommit.py 2598.5.7 18 years ago Aaron Bentley Updates from review 1.2 KB Diff Download File
test_unversion.py 2255.7.41 18 years ago John Arbash Meinel WorkingTree.unversion() should not raise if unvers 4.1 KB Diff Download File
test_walkdirs.py 2408.1.4 18 years ago Alexander Belchenko workingtree_implementations: make usage of symlink 9.1 KB Diff Download File
test_workingtree.py 2748.3.2 18 years ago Aaron Bentley Fix revert, remove-tree, and various tests to use 35.5 KB Diff Download File