/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 2553.2.6 18 years ago Robert Collins And overhaul BranchTestProviderAdapter too. 7.2 KB Diff Download File
test_bound_sftp.py 1551.15.71 18 years ago Aaron Bentley Fix test case that was importing merge when it did 12.8 KB Diff Download File
test_branch.py 2598.5.18 18 years ago Aaron Bentley Merge bzr.dev 25.8 KB Diff Download File
test_break_lock.py 2052.3.1 18 years ago John Arbash Meinel Add tests to cleanup the copyright of all source f 3.4 KB Diff Download File
test_commit.py 2789.1.1 18 years ago Ian Clatworthy (Nam Nguyen) Pre-commit hook 8.7 KB Diff Download File
test_create_checkout.py 2018.5.122 18 years ago Robert Collins More Branch implementation test passing foo. 3.2 KB Diff Download File
test_get_revision_id_to_revno_map.py 2418.5.13 18 years ago John Arbash Meinel Remove revision_id_to_dotted_revno, because it isn 4.5 KB Diff Download File
test_hooks.py 2696.3.7 18 years ago Martin Pool Update hook test to cope with branches that can't 2.8 KB Diff Download File
test_http.py 2018.5.113 18 years ago Robert Collins Test only fixes from the ported-to-bzr.dev test-co 3.5 KB Diff Download File
test_last_revision_info.py 2249.4.1 18 years ago Wouter van Heyst New Branch.last_revision_info method, this is bein 1.4 KB Diff Download File
test_locking.py 2018.5.166 18 years ago Andrew Bennetts Small changes in response to Aaron's review. 17.5 KB Diff Download File
test_parent.py 2018.5.167 18 years ago Andrew Bennetts Various changes in response to John's review. 2.9 KB Diff Download File
test_permissions.py 2018.5.99 18 years ago Andrew Bennetts Don't test mode setting for remote branches becaus 3.1 KB Diff Download File
test_pull.py 2477.1.2 18 years ago Martin Pool Rename push/pull back to 'run_hooks' (jameinel) R 8 KB Diff Download File
test_push.py 2477.1.9 18 years ago Martin Pool Review cleanups from John, mostly docs 10.2 KB Diff Download File
test_revision_history.py 2697.2.2 18 years ago Martin Pool deprecate Branch.append_revision 7.5 KB Diff Download File
test_revision_id_to_revno.py 2598.5.3 18 years ago Aaron Bentley Push NULL_REVISION deeper 1.6 KB Diff Download File
test_sprout.py 2796.1.4 18 years ago Aaron Bentley Fix up various test cases 3.9 KB Diff Download File
test_tags.py 2388.1.12 18 years ago Alexander Belchenko direct test for tags.get_reverse_tag_dict() 7 KB Diff Download File
test_uncommit.py 2598.5.2 18 years ago Aaron Bentley Got all tests passing with Branch returning 'null: 3.9 KB Diff Download File
test_update.py 2598.5.4 18 years ago Aaron Bentley Restore original Branch.last_revision behavior, fi 2.9 KB Diff Download File