~bzr-pqm/bzr/bzr.dev

  • Committer: Vincent Ladeuil
  • Date: 2009-09-16 10:37:29 UTC
  • mto: (4695.1.1 integration)
  • Revision ID: v.ladeuil+lp@free.fr-20090916103729-m6h1pyvjprm6puvm
Respect items() protocol for registry objects.

* bzrlib/tests/test_registry.py:
(TestRegistryIter): Test some corner cases where object are
registered while the registry is iterated.

* bzrlib/registry.py:
(Registry): iteritems() and items() have different intents, don't
mix them under the covers or devs get tricked (see bug #277048
which seemed to have fixed the issue).
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 4273.1.19 15 years ago Aaron Bentley Implement reference command 6.5 KB Diff Download File
test_add.py 4595.1.1 15 years ago Martin Pool Further tweaks to bzr add 9.4 KB Diff Download File
test_added.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 2.2 KB Diff Download File
test_alias.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 2.6 KB Diff Download File
test_aliases.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 2.6 KB Diff Download File
test_ancestry.py 4593.5.41 15 years ago John Arbash Meinel Fix a few test cases that assumed topological sort 4.6 KB Diff Download File
test_annotate.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 9.5 KB Diff Download File
test_bound_branches.py 4325.3.8 15 years ago Johan Walles Merge from upstream. 14.9 KB Diff Download File
test_branch.py 4633.1.1 15 years ago Vincent Ladeuil Support for `bzr branch --switch` 18.6 KB Diff Download File
test_break_lock.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 4 KB Diff Download File
test_breakin.py 4676.2.1 15 years ago Vincent Ladeuil Fix test_breakin failure. * bzrlib/tests/blackbox 8.8 KB Diff Download File
test_bundle_info.py 4593.2.1 15 years ago Martin Pool bundle_info blackbox test passes on rich-root form 2.1 KB Diff Download File
test_cat.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 7.2 KB Diff Download File
test_cat_revision.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 2.3 KB Diff Download File
test_check.py 4332.3.32 15 years ago Robert Collins Merge bzr.dev. 4.5 KB Diff Download File
test_checkout.py 4580.4.3 15 years ago Martin Pool KnownFailure for #408193 on checkout --hardlink 6.7 KB Diff Download File
test_clean_tree.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 2 KB Diff Download File
test_command_encoding.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 3.8 KB Diff Download File
test_commit.py 4596.1.6 15 years ago Martin Pool merge trunk 27.6 KB Diff Download File
test_conflicts.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 4.2 KB Diff Download File
test_debug.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 1.6 KB Diff Download File
test_diff.py 4449.2.3 15 years ago Martin Pool test_diff doesn't need so much special code to set 15.5 KB Diff Download File
test_dpush.py 4360.5.4 15 years ago Robert J. Tanner Merge 1.15.1 back to trunk 4.2 KB Diff Download File
test_dump_btree.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 2.9 KB Diff Download File
test_exceptions.py 4584.3.32 15 years ago Martin Pool Correct blackbox tests for new apport message 2.1 KB Diff Download File
test_export.py 4360.5.4 15 years ago Robert J. Tanner Merge 1.15.1 back to trunk 10.8 KB Diff Download File
test_filesystem_cicp.py 4651.2.1 15 years ago Vincent Ladeuil Catch up fix for #347649. * bzrlib/tests/blackbox 10.8 KB Diff Download File
test_filtered_view_ops.py 4241.8.9 15 years ago Robert J. Tanner Merge 1.14rc1 back bzr.dev 8.4 KB Diff Download File
test_find_merge_base.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 1.5 KB Diff Download File
test_help.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 6.2 KB Diff Download File
test_hooks.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 1.9 KB Diff Download File
test_ignore.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 5.9 KB Diff Download File
test_ignored.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 1.6 KB Diff Download File
test_info.py 4648.1.3 15 years ago Robert Collins Improve behaviour of tests that have a reasonable 39.6 KB Diff Download File
test_init.py 4599.4.5 15 years ago Robert Collins Blackbox init tests 2a ready. 7.8 KB Diff Download File
test_inventory.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 4.3 KB Diff Download File
test_join.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 3.9 KB Diff Download File
test_locale.py 4615.2.1 15 years ago Vincent Ladeuil Make TestLocale.test_log_BOGUS more robust. * bz 2.6 KB Diff Download File
test_log.py 4360.5.4 15 years ago Robert J. Tanner Merge 1.15.1 back to trunk 38.7 KB Diff Download File
test_logformats.py 4325.4.2 15 years ago Vincent Ladeuil Clean up test for log formats. * bzrlib/tests/bla 3.5 KB Diff Download File
test_ls.py 4370.6.1 15 years ago Ian Clatworthy refactor ls command to use new APIs 8.4 KB Diff Download File
test_lsprof.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 1.3 KB Diff Download File
test_merge.py 4681.1.1 15 years ago Vincent Ladeuil Handle pending merges as uncommitted changes 26.5 KB Diff Download File
test_merge_directive.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 10.1 KB Diff Download File
test_missing.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 7.9 KB Diff Download File
test_modified.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 2.4 KB Diff Download File
test_mv.py 4539.2.1 15 years ago Robert Collins Change cmd_mv not to take out branch locks. (Rober 18.3 KB Diff Download File
test_nick.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 3.1 KB Diff Download File
test_non_ascii.py 4627.2.2 15 years ago Robert Collins Mark tests that now work as working. 21.8 KB Diff Download File
test_outside_wt.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 3 KB Diff Download File
test_pack.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 1.5 KB Diff Download File
test_pull.py 4419.2.10 15 years ago Andrew Bennetts Merge bzr.dev. 15.5 KB Diff Download File
test_push.py 4659.1.2 15 years ago Robert Collins Refactor creation and shutdown of test servers to 31.4 KB Diff Download File
test_re_sign.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 3 KB Diff Download File
test_reconcile.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 3.3 KB Diff Download File
test_reconfigure.py 4509.3.31 15 years ago Martin Pool Additional test for stacking from absolute URL 10.4 KB Diff Download File
test_reference.py 4273.1.21 15 years ago Aaron Bentley Update from review 3.6 KB Diff Download File
test_remerge.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 4.5 KB Diff Download File
test_remove.py 4676.2.3 15 years ago Vincent Ladeuil FreeBSD is more strict than other OSes about delet 10.3 KB Diff Download File
test_remove_tree.py 4672.3.3 15 years ago Vincent Ladeuil Don't allow remove-tree to succeed with pending me 5.6 KB Diff Download File
test_revert.py 4596.1.6 15 years ago Martin Pool merge trunk 7.3 KB Diff Download File
test_revision_history.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 2.9 KB Diff Download File
test_revision_info.py 4409.1.21 15 years ago Vincent Ladeuil Fix failing test. * bzrlib/tests/blackbox/test_re 5.2 KB Diff Download File
test_revno.py 4409.1.21 15 years ago Vincent Ladeuil Fix failing test. * bzrlib/tests/blackbox/test_re 4.2 KB Diff Download File
test_selftest.py 4641.3.3 15 years ago Robert Collins Enable --lsprof-tests on bzr selftest. 7 KB Diff Download File
test_send.py 4464.3.14 15 years ago Vincent Ladeuil Fixed as per John's review. * bzrlib/tests/blackb 16.8 KB Diff Download File
test_serve.py 4676.3.3 15 years ago Vincent Ladeuil Force IPV4 to fix failure on IPV6-enabled hosts. 12.2 KB Diff Download File
test_shared_repository.py 4599.4.8 15 years ago Robert Collins Update blackbox.test_shared_repository for 2a as d 4.8 KB Diff Download File
test_shelve.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 2.8 KB Diff Download File
test_sign_my_commits.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 3.8 KB Diff Download File
test_split.py 4659.1.1 15 years ago Robert Collins Test split with unversioned files within the test 2.6 KB Diff Download File
test_status.py 4385.4.2 15 years ago John Arbash Meinel Merge bzr.dev 4516 24.6 KB Diff Download File
test_switch.py 4520.1.1 15 years ago John Arbash Meinel 'bzr switch -b' can now be used to create the bran 8.1 KB Diff Download File
test_tags.py 4627.2.2 15 years ago Robert Collins Mark tests that now work as working. 9.7 KB Diff Download File
test_testament.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 1.7 KB Diff Download File
test_too_much.py 4627.2.2 15 years ago Robert Collins Mark tests that now work as working. 22.9 KB Diff Download File
test_uncommit.py 4031.3.2 15 years ago Matt Nordhoff Merge bzr.dev, fixing conflicts. 9 KB Diff Download File
test_unknowns.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 1.7 KB Diff Download File
test_update.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 8.6 KB Diff Download File
test_upgrade.py 4634.2.1 15 years ago Robert Collins Fix regression in upgrade introduced with the chan 7.9 KB Diff Download File
test_version.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 4 KB Diff Download File
test_version_info.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 5.6 KB Diff Download File
test_versioning.py 4596.1.6 15 years ago Martin Pool merge trunk 5.6 KB Diff Download File
test_view.py 4241.8.9 15 years ago Robert J. Tanner Merge 1.14rc1 back bzr.dev 5.2 KB Diff Download File
test_whoami.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 4.6 KB Diff Download File