~bzr-pqm/bzr/bzr.dev

545ms, 600ms: Switch memory model from storing kind to using minikind
Need to profile effect on _generate_inventory, but makes a significant improvement for
both fast path and slow path, and should have minimal effect elsewhere.
Filename Latest Rev Last Changed Committer Comment Size
..
blackbox 1185.31.15 18 years ago John Arbash Meinel Refactoring blackbox tests into a package, rather Diff
branch_implementations 1534.4.23 18 years ago Robert Collins Move branch implementations tests into a package. Diff
bzrdir_implementations 1534.4.39 18 years ago Robert Collins Basic BzrDir support. Diff
interrepository_implementations 1534.1.29 18 years ago Robert Collins Add a test environment for InterRepository objects Diff
intertree_implementations 1852.8.3 18 years ago Robert Collins Implement an InterTreeTestProvider and a trivial t Diff
interversionedfile_implementations 1563.2.12 18 years ago Robert Collins Checkpointing: created InterObject to factor out c Diff
repository_implementations 1534.4.40 18 years ago Robert Collins Add RepositoryFormats and allow bzrdir.open or cre Diff
revisionstore_implementations 1563.2.21 18 years ago Robert Collins Smoke test for RevisionStore factories creating re Diff
test_patches_data 1731.1.17 18 years ago Aaron Bentley Merge bzr.dev Diff
tree_implementations 1852.6.1 18 years ago Robert Collins Start tree implementation tests. Diff
workingtree_implementations 1534.4.46 18 years ago Robert Collins Nearly complete .bzr/checkout splitout. Diff
__init__.py 2255.2.83 17 years ago John Arbash Meinel [merge] bzr.dev 2294 74.1 KB Diff Download File
EncodingAdapter.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 5.1 KB Diff Download File
HttpServer.py 2183.1.1 17 years ago Aaron Bentley Make test HTTP server's range handling more spec-c 13.2 KB Diff Download File
HTTPTestUtil.py 2213.1.1 17 years ago v.ladeuil+lp at free Workaround SimpleHTTPRequestHandler.translate_path 8.8 KB Diff Download File
lock_helpers.py 1711.8.7 18 years ago John Arbash Meinel Renaming LockHelpers.py to lock_helpers.py 2.8 KB Diff Download File
stub_sftp.py 1963.2.7 18 years ago Robey Pointer merge from bzr.dev 7.8 KB Diff Download File
test_ancestry.py 2052.3.6 18 years ago John Arbash Meinel [merge] bzr.dev 2078 2.2 KB Diff Download File
test_annotate.py 2245.3.1 17 years ago John Arbash Meinel bzr annotate should use Branch's dotted revnos. No 10.9 KB Diff Download File
test_api.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 1.3 KB Diff Download File
test_atomicfile.py 1982.1.1 18 years ago Alexander Belchenko Explicitly skip tests with file attribute manipula 4.6 KB Diff Download File
test_bad_files.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 3 KB Diff Download File
test_branch.py 2230.3.55 17 years ago Aaron Bentley Updates from review 12 KB Diff Download File
test_bundle.py 2255.2.83 17 years ago John Arbash Meinel [merge] bzr.dev 2294 38.4 KB Diff Download File
test_bzrdir.py 2230.3.55 17 years ago Aaron Bentley Updates from review 29.4 KB Diff Download File
test_cache_utf8.py 2249.5.3 17 years ago John Arbash Meinel Add get_cached_ascii for dealing with how cElement 3.9 KB Diff Download File
test_commands.py 2155.2.3 17 years ago Marius Kruger * commands.py - fixed spelling mistake: usefull 3.5 KB Diff Download File
test_commit.py 1959.4.3 17 years ago Aaron Bentley Merge bzr.dev 25.3 KB Diff Download File
test_commit_merge.py 2052.3.6 18 years ago John Arbash Meinel [merge] bzr.dev 2078 3.8 KB Diff Download File
test_config.py 2230.3.6 17 years ago Aaron Bentley work in progress bind stuff 39 KB Diff Download File
test_conflicts.py 2255.2.61 17 years ago John Arbash Meinel Find callers of list_files() and make sure the tre 4.1 KB Diff Download File
test_decorators.py 2230.2.4 17 years ago John Arbash Meinel Add tests that decorators generate useful wrappers 6.7 KB Diff Download File
test_delta.py 1551.11.3 17 years ago Aaron Bentley Use tree transform to emit upcoming change list 10 KB Diff Download File
test_diff.py 2240.1.1 17 years ago Alexander Belchenko test_external_diff_binary: run external diff with 27 KB Diff Download File
test_dirstate.py 2255.2.113 17 years ago John Arbash Meinel 545ms, 600ms: Switch memory model from storing kin 33.4 KB Diff Download File
test_doc_generate.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 1.2 KB Diff Download File
test_errors.py 1908.11.7 17 years ago John Arbash Meinel [merge] bzr.dev 2255 10.6 KB Diff Download File
test_escaped_store.py 2052.3.1 18 years ago John Arbash Meinel Add tests to cleanup the copyright of all source f 4.3 KB Diff Download File
test_fetch.py 2230.3.41 17 years ago Aaron Bentley merge bzr.dev 13.2 KB Diff Download File
test_ftp_transport.py 2052.3.1 18 years ago John Arbash Meinel Add tests to cleanup the copyright of all source f 1.1 KB Diff Download File
test_generate_docs.py 2229.1.2 17 years ago جاون عرباش ماينل Allow tests to skip after installation, since cert 1.7 KB Diff Download File
test_generate_ids.py 2294.1.10 17 years ago John Arbash Meinel Switch all apis over to utf8 file ids. All tests p 7.2 KB Diff Download File
test_globbing.py 2135.2.8 17 years ago Kent Gibson Add helper method to simplify test_char_group case 9.8 KB Diff Download File
test_gpg.py 2273.1.2 17 years ago John Arbash Meinel Cleanup docstring for Aaron Bentley 3.4 KB Diff Download File
test_graph.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 2.9 KB Diff Download File
test_hashcache.py 2012.1.7 18 years ago Aaron Bentley Get tree._iter_changed down to ~ 1 stat per file 7.2 KB Diff Download File
test_http.py 2273.2.2 17 years ago v.ladeuil+lp at free Really fix bug #83954, with tests. * bzrlib/trans 29.9 KB Diff Download File
test_http_response.py 2052.3.6 18 years ago John Arbash Meinel [merge] bzr.dev 2078 24.4 KB Diff Download File
test_identitymap.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 3.7 KB Diff Download File
test_ignores.py 2104.1.2 17 years ago John Arbash Meinel (Kent Gibson) Fix bug #4559, strip trailing slashe 5.2 KB Diff Download File
test_inv.py 1852.16.5 17 years ago John Arbash Meinel [merge] bzr.dev 2255, resolve conflicts, update co 25.5 KB Diff Download File
test_knit.py 2249.5.12 17 years ago John Arbash Meinel Change the APIs for VersionedFile, Store, and some 45.1 KB Diff Download File
test_lazy_import.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 39.1 KB Diff Download File
test_lazy_regex.py 2052.3.4 18 years ago John Arbash Meinel [merge] bzr.dev 4.6 KB Diff Download File
test_lockable_files.py 2249.5.11 17 years ago John Arbash Meinel Audit Branch to ensure utf8 revision ids. Requires 7 KB Diff Download File
test_lockdir.py 1551.10.4 17 years ago Aaron Bentley Update to skip on win32 22 KB Diff Download File
test_log.py 2120.4.1 17 years ago James Westby Delete duplicate test_cur_revno test. 14.9 KB Diff Download File
test_memorytree.py 1731.1.64 18 years ago Aaron Bentley Fix up more memorytree tests 6.2 KB Diff Download File
test_merge.py 2221.4.16 17 years ago Aaron Bentley Add tests for get_merge_type_registry 9.1 KB Diff Download File
test_merge3.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 12.6 KB Diff Download File
test_merge_core.py 2240.1.2 17 years ago Alexander Belchenko test_contents_merge2: skip this test on win32 27 KB Diff Download File
test_missing.py 2204.1.1 17 years ago John Arbash Meinel 'bzr missing -v' was showing adds as deletes. 4.9 KB Diff Download File
test_msgeditor.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 5.7 KB Diff Download File
test_nonascii.py 2204.3.3 17 years ago Alexander Belchenko Don't formats unicode strings in test error messag 6.8 KB Diff Download File
test_options.py 2241.1.21 17 years ago Martin Pool Change register_metadir to take fully-qualified re 9.9 KB Diff Download File
test_osutils.py 2294.1.4 17 years ago John Arbash Meinel Add safe_file_id as a helper in osutils. 28.4 KB Diff Download File
test_osutils_encodings.py 2192.1.10 17 years ago Alexander Belchenko merge bzr.dev 7.2 KB Diff Download File
test_patch.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 1 KB Diff Download File
test_patches.py 2052.3.3 18 years ago John Arbash Meinel Add (c) Canonical to files that Aaron has approved 6.9 KB Diff Download File
test_permissions.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 10.5 KB Diff Download File
test_plugins.py 2256.2.2 17 years ago Robert Collins Allow 'import bzrlib.plugins.NAME' to work when th 9.7 KB Diff Download File
test_progress.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 10.6 KB Diff Download File
test_read_bundle.py 2167.2.1 17 years ago Aaron Bentley Fix reading bundles from http URLs 3.3 KB Diff Download File
test_reconcile.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 1.9 KB Diff Download File
test_registry.py 2052.3.6 18 years ago John Arbash Meinel [merge] bzr.dev 2078 10.1 KB Diff Download File
test_repository.py 2241.1.20 17 years ago mbp at sourcefrog update tests for new locations of weave repos 20 KB Diff Download File
test_revert.py 1551.9.10 17 years ago Aaron Bentley Fix bugs in execute bit handling by revert 4.6 KB Diff Download File
test_revision.py 2229.2.3 17 years ago Aaron Bentley change reserved_id to is_reserved_id, add check_no 13 KB Diff Download File
test_revisionnamespaces.py 2084 18 years ago Canonical.com Patch Queue Manager (Robert Collins) Output dotted decimal revision nu 16.4 KB Diff Download File
test_revisiontree.py 1731.1.59 18 years ago Aaron Bentley Ensure the null revision has no root 2.3 KB Diff Download File
test_rio.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 10.1 KB Diff Download File
test_sampler.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 1.3 KB Diff Download File
test_selftest.py 2255.2.83 17 years ago John Arbash Meinel [merge] bzr.dev 2294 43.6 KB Diff Download File
test_setup.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 3.3 KB Diff Download File
test_sftp_transport.py 2216 17 years ago Canonical.com Patch Queue Manager (Vincent Ladeuil) Fix proxy issues with earlier py 18.1 KB Diff Download File
test_smart_add.py 1731.1.48 18 years ago Aaron Bentley Merge from bzr.dev 17.5 KB Diff Download File
test_smart_transport.py 2145.1.1 17 years ago mbp at sourcefrog merge urllib keepalive etc 66 KB Diff Download File
test_source.py 2234.4.1 17 years ago Wouter van Heyst (John Arbash Meinel) Fix selftest for installed bz 10.2 KB Diff Download File
test_status.py 2052.3.1 18 years ago John Arbash Meinel Add tests to cleanup the copyright of all source f 2.1 KB Diff Download File
test_store.py 2052.3.1 18 years ago John Arbash Meinel Add tests to cleanup the copyright of all source f 16.9 KB Diff Download File
test_symbol_versioning.py 2227.1.2 17 years ago mbp at sourcefrog Add a simple DeprecatedDict class 7.9 KB Diff Download File
test_testament.py 2230.3.26 17 years ago Aaron Bentley Switch testament tests to knit2 14.6 KB Diff Download File
test_textfile.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 1.7 KB Diff Download File
test_textmerge.py 1185.81.31 18 years ago Aaron Bentley Use patience for two-way merge 1.8 KB Diff Download File
test_trace.py 1551.9.3 17 years ago Aaron Bentley Revert buggy apport changes 4.5 KB Diff Download File
test_transactions.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 12.1 KB Diff Download File
test_transform.py 1551.11.7 17 years ago Aaron Bentley Stop modified flag bleeding into later changes 51.4 KB Diff Download File
test_transport.py 2245.6.2 17 years ago Alexander Belchenko Fix name of emulated Win32LocalTransport as Robert 21.9 KB Diff Download File
test_transport_implementations.py 2245.6.1 17 years ago Alexander Belchenko win32 UNC path: recursive cloning UNC path to root 51.8 KB Diff Download File
test_tree.py 2052.3.6 18 years ago John Arbash Meinel [merge] bzr.dev 2078 4.7 KB Diff Download File
test_treebuilder.py 1986.1.9 18 years ago Robert Collins Update to the TreeBuilder tests. 3.2 KB Diff Download File
test_tsort.py 2084 18 years ago Canonical.com Patch Queue Manager (Robert Collins) Output dotted decimal revision nu 14.7 KB Diff Download File
test_tuned_gzip.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 2.9 KB Diff Download File
test_ui.py 2067.3.3 17 years ago Martin Pool merge bzr.dev and reconcile several changes, also 8.2 KB Diff Download File
test_upgrade.py 2230.3.29 17 years ago Aaron Bentley Implement conversion to branch 6 18.9 KB Diff Download File
test_urlutils.py 2279.4.2 17 years ago Alexander Belchenko Don't do normpath after abspath, because this func 23 KB Diff Download File
test_version.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 1.5 KB Diff Download File
test_version_info.py 1731.1.51 18 years ago Aaron Bentley Merge bzr.dev 8.8 KB Diff Download File
test_versionedfile.py 2249.5.16 17 years ago John Arbash Meinel [merge] bzr.dev 2283 resolve conflicts in moved re 48.2 KB Diff Download File
test_weave.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 27.7 KB Diff Download File
test_whitebox.py 2052.3.4 18 years ago John Arbash Meinel [merge] bzr.dev 2.7 KB Diff Download File
test_workingtree.py 2255.2.78 17 years ago Robert Collins Really finish the prior commit. 22.4 KB Diff Download File
test_wsgi.py 2018.4.11 18 years ago Andrew Bennetts Use ChrootTransportDecorator so that the WSGI serv 9.8 KB Diff Download File
test_xml.py 2294.1.10 17 years ago John Arbash Meinel Switch all apis over to utf8 file ids. All tests p 15 KB Diff Download File
TestUtil.py 2052.3.1 18 years ago John Arbash Meinel Add tests to cleanup the copyright of all source f 3.6 KB Diff Download File
treeshape.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 2.6 KB Diff Download File