August 2009 Archives by subject
Starting: Mon Aug 3 02:57:25 BST 2009
Ending: Mon Aug 31 15:12:07 BST 2009
Messages: 418
- Rev 1419: Save outstanding changes in http://people.canonical.com/~robertc/baz2.0/twisted
Robert Collins
- Rev 40: Test that we can use a different build directories scheme between in file:///home/vila/buildbot/bzr/
Vincent Ladeuil
- Rev 41: Use a different directory scheme for installers. in file:///home/vila/buildbot/bzr/
Vincent Ladeuil
- Rev 42: Fix unfortunate typo. in file:///home/vila/buildbot/bzr/
Vincent Ladeuil
- Rev 4364: Merge bzr.dev. in http://people.canonical.com/~robertc/baz2.0/check
Robert Collins
- Rev 4365: workingtree_implementations has been renamed. in http://people.canonical.com/~robertc/baz2.0/check
Robert Collins
- Rev 4366: Delete obsolete pack tuned find_inconsistent_revisions as the generic code path permits the same optimisation. in http://people.canonical.com/~robertc/baz2.0/check
Robert Collins
- Rev 4367: Fix failing tests. in http://people.canonical.com/~robertc/baz2.0/check
Robert Collins
- Rev 4368: Silence a warning in test_bzrdir. in http://people.canonical.com/~robertc/baz2.0/check
Robert Collins
- Rev 43: Cleanup build dirs in file:///home/vila/buildbot/bzr/
Vincent Ladeuil
- Rev 4530: Don't trust the file content length to tell us if the content has really changed. in http://bazaar.launchpad.net/~jameinel/bzr/1.17-content-filtering-commit
John Arbash Meinel
- Rev 4530: Don't trust the file content length to tell us if the content has really changed. in http://bazaar-vcs.org/bzr/bzr.1.17
John Arbash Meinel
- Rev 4543: Merge bzr.dev 4610 resolve conflict in 'debug-flags.txt' in http://bazaar.launchpad.net/~jameinel/bzr/1.18-lock-warnings
John Arbash Meinel
- Rev 4544: Move NEWS into the correct section. in http://bazaar.launchpad.net/~jameinel/bzr/1.18-lock-warnings
John Arbash Meinel
- Rev 4563: Update from Martin's review feedback. in http://bazaar.launchpad.net/~jameinel/bzr/1.18-2a-bundle-performance
John Arbash Meinel
- Rev 4564: A few more tiny tweaks to comments, etc. in http://bazaar.launchpad.net/~jameinel/bzr/1.18-2a-bundle-performance
John Arbash Meinel
- Rev 4565: Merge bzr.dev 4585, resolve NEWS in http://bazaar.launchpad.net/~jameinel/bzr/1.18-2a-bundle-performance
John Arbash Meinel
- Rev 4575: Fix selftest for TestResult progress changes. in http://bazaar.launchpad.net/~lifeless/bzr/test_progress
Robert Collins
- Rev 4575: Review feedback, including finding a bug with changes at the root. in http://bazaar.launchpad.net/~lifeless/bzr/iter-changes-partial-parents
Robert Collins
- Rev 4576: Merge bzr.dev. in http://bazaar.launchpad.net/~lifeless/bzr/commit-specific-files
Robert Collins
- Rev 4576: Merge bzr.dev. in http://people.canonical.com/~robertc/baz2.0/integration
Robert Collins
- Rev 4576: Support python 2.4. in http://bazaar.launchpad.net/~lifeless/bzr/test_progress
Robert Collins
- Rev 4577: Fix a couple of small bugs in the patch - use specific files with record_iter_changs, and the CLI shouldn't generate a filter of [] for commit. in http://bazaar.launchpad.net/~lifeless/bzr/commit-specific-files
Robert Collins
- Rev 4577: Fix misuse of tree.compare API in test_tree.py in http://bazaar.launchpad.net/~lifeless/bzr/iter-changes-partial-parents
Robert Collins
- Rev 4578: Adjust WorkingTree4 specific test to deal with iter_changes reporting required directories. in http://bazaar.launchpad.net/~lifeless/bzr/iter-changes-partial-parents
Robert Collins
- Rev 4578: NEWS Conflict. in http://people.canonical.com/~robertc/baz2.0/integration
Robert Collins
- Rev 4579: Give a clearer error on bad input to dirstate iter_changes objects. in http://bazaar.launchpad.net/~lifeless/bzr/iter-changes-partial-parents
Robert Collins
- Rev 4580: Make test_revert_dirname a KnownFailure. in http://bazaar.launchpad.net/~lifeless/bzr/iter-changes-partial-parents
Robert Collins
- Rev 4581: (robertc) Add support for subunits TestResult.progress() protocol, in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4581: Merge trunk. in http://bazaar.launchpad.net/~lifeless/bzr/iter-changes-partial-parents
Robert Collins
- Rev 4582: (mbp) check blackbox tests now handle the root being included in the in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4582: A bit of optimizations for topo_sort, including a pyrex version. in http://bazaar.launchpad.net/~jameinel/bzr/1.18-topo_sort
John Arbash Meinel
- Rev 4582: Merge bzr.dev. in http://bazaar.launchpad.net/~lifeless/bzr/iter-changes-partial-parents
Robert Collins
- Rev 4583: (mbp) Cleanup TestUIFactory; prevent pb.tick() failures in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4583: Implement KnownGraph.topo_sort. in http://bazaar.launchpad.net/~jameinel/bzr/1.18-topo_sort
John Arbash Meinel
- Rev 4583: Use a cast to improve compiler conformance. in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 4584: (mbp) fix selftest progress and error display problems in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4584: NEWS about fixing bug #408441 in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 4585: (mbp) KnownFailure for bug 408193 in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4586: (mbp) updates to progress-related docstrings and remove another in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4586: Rework the setup.py a little bit, to support other versions of PyQt in http://bazaar.launchpad.net/~jameinel/bzr/bzr.exe-qtimages
John Arbash Meinel
- Rev 4587: (mbp) further LockableFiles cleanups in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4587: NEWS entry in http://bazaar.launchpad.net/~jameinel/bzr/bzr.exe-qtimages
John Arbash Meinel
- Rev 4588: (jam) Get bundles working with --2a (bug #393349) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4589: (bialix) Include the image format plugins in the win32 all-in-one in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4590: (Jelmer) Document bzr_transports property in the plugin API. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4591: (jam) Small 'const' fixes for diff-delta.c (bug #408441) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4591: Using gf.recipe.bzr @1.0rc8 seems to get everything working. in http://bazaar.launchpad.net/~jameinel/bzr/1.18-win32-buildbot
John Arbash Meinel
- Rev 4592: 0.5.3 doesn't have the problem w/ 'bzr help commands' in http://bazaar.launchpad.net/~jameinel/bzr/1.18-win32-buildbot
John Arbash Meinel
- Rev 4592: 0.5.3 isn't supposed to have the problem w/ 'bzr help commands' in http://bazaar.launchpad.net/~jameinel/bzr/1.18-win32-buildbot
John Arbash Meinel
- Rev 4592: Updates to buildout.cfg etc to have 'make installer-all' start being in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4593: (robertc) Partial overhaul of check to do less duplicate work. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4593: Switch back to using 'make python-installer'. in http://bazaar.launchpad.net/~jameinel/bzr/1.18-win32-buildbot
John Arbash Meinel
- Rev 4594: (mbp) fix 2a test failure in merge directive cherrypick test in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4594: Implement a function on btree that inlines the get_parent_map loop. in http://bazaar.launchpad.net/~jameinel/bzr/1.18-faster-iter-ancestry
John Arbash Meinel
- Rev 4594: more updates to get things to build cleanly. in http://bazaar.launchpad.net/~jameinel/bzr/1.18-win32-buildbot
John Arbash Meinel
- Rev 4595: (mbp) small tweak to bundle_info tests in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4595: We should be passing CYG_PYTHON not plain PYTHON to make in http://bazaar.launchpad.net/~jameinel/bzr/1.18-win32-buildbot
John Arbash Meinel
- Rev 4596: (mbp) additional fix for bzr add ignored messages in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4596: Change the all-in-one installer name. in http://bazaar.launchpad.net/~jameinel/bzr/1.18-win32-buildbot
John Arbash Meinel
- Rev 4596: Fix test_branch_from_trivial_stacked_branch_streaming_acceptance to work with rich root formats, pending work on bug 375013. in http://bazaar.launchpad.net/~lifeless/bzr/bug-375013
Robert Collins
- Rev 4596: Remove duplicate warnings about hpss ratchets by centralising all the ratchets in bzrlib.tests. (Robert Collins) in http://bazaar.launchpad.net/~lifeless/bzr/hpss_ratches
Robert Collins
- Rev 4597: (mbp) merge back 1.18 and set version to 2.0dev in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4597: Disable commit builders on stacked repositories. in http://bazaar.launchpad.net/~lifeless/bzr/bug-375013
Robert Collins
- Rev 4598: (robertc) Make committing directly to a stacked branch error rather in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4598: fix a critical bug #402778 in http://bazaar.launchpad.net/~jameinel/bzr/1.19-bug-402778
John Arbash Meinel
- Rev 4598: Fix some typos. in file:///home/vila/src/bzr/experimental/conflict-manager/
Vincent Ladeuil
- Rev 4598: Merge bzr.dev. in http://bazaar.launchpad.net/~lifeless/bzr/bug-375013
Robert Collins
- Rev 4598: Start adding some tests. in http://bazaar.launchpad.net/~jameinel/bzr/1.18-faster-iter-ancestry
John Arbash Meinel
- Rev 4598: Suggest a task-specific branch, rather than a generic 'giveback' branch. in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 4599: (robertc) Fix selective status against historic revisions. (Martin in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4599: [cherrypick revno 4650 from bzr.dev] Fix shelve on windows. (Robert Collins, #305006) in file:///net/bigmamac.local/Volumes/home/vila/src/bzr/integration/1.18/
Vincent Ladeuil
- Rev 4599: Add a test that we can walk some of the keys on a given page in http://bazaar.launchpad.net/~jameinel/bzr/1.18-faster-iter-ancestry
John Arbash Meinel
- Rev 4599: Cleanup conflict tests. in file:///home/vila/src/bzr/experimental/conflict-manager/
Vincent Ladeuil
- Rev 4599: Disable committing directly to stacked branches from lightweight checkouts. in http://bazaar.launchpad.net/~lifeless/bzr/bug-375013
Robert Collins
- Rev 4599: First draft describing the different conflicts and some ways to resolve them. in file:///home/vila/src/bzr/experimental/conflict-manager/
Vincent Ladeuil
- Rev 4599: Fix the second half of bug #402778 in http://bazaar.launchpad.net/~jameinel/bzr/1.19-bug-402778
John Arbash Meinel
- Rev 45: Commit a tweaked version for uploading the installers from slave in file:///home/vila/buildbot/bzr/
Vincent Ladeuil
- Rev 4600: (jam) Fixes for 2a, stacking and InterDifferingSerializer (#402778, in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4600: Add a conversion to 2a format to make sure things get tested, see that it is now failing the inventories test. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-bug-402778
John Arbash Meinel
- Rev 4600: Basic implementation of a conforming interface for GraphIndex. in http://bazaar.launchpad.net/~jameinel/bzr/1.18-faster-iter-ancestry
John Arbash Meinel
- Rev 4600: Change the default format to 2a. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4600: Clarify some points to address poolie's early review. in file:///home/vila/src/bzr/experimental/conflict-manager/
Vincent Ladeuil
- Rev 4600: Factor out some string duplication from blackbox.test_info to make changing the default format easier. in http://bazaar.launchpad.net/~lifeless/bzr/blackbox-info
Robert Collins
- Rev 4600: Make blackbox init tests able to be trivially changed to 2a. in http://bazaar.launchpad.net/~lifeless/bzr/blackbox-init
Robert Collins
- Rev 4600: More cleanup. in file:///home/vila/src/bzr/experimental/conflict-manager/
Vincent Ladeuil
- Rev 4600: Update the release versions for the various parts for bzr-1.18rc1-win32-1 in http://bazaar.launchpad.net/~jameinel/bzr/windows-installer
John Arbash Meinel
- Rev 4601: (robertc) Prepare blackbox.init tests for using 2a as a default in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4601: Fix fetching from 2a branches over bzr-v2. in http://bazaar.launchpad.net/~lifeless/bzr/remote-source-upcall
Robert Collins
- Rev 4601: Fix one test that assumed get_inventory_xml worked. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-bug-402778
John Arbash Meinel
- Rev 4601: If the python direct installers fail to build, we want to know right away. in http://bazaar.launchpad.net/~jameinel/bzr/windows-installer
John Arbash Meinel
- Rev 4601: Implement CombinedGraphIndex.get_ancestry() in http://bazaar.launchpad.net/~jameinel/bzr/1.18-faster-iter-ancestry
John Arbash Meinel
- Rev 4601: Make RemoteBranch honour ignore_fallbacks when _ensure_real is triggered. in http://bazaar.launchpad.net/~lifeless/bzr/remote-ensure-real-ignore-fallbacks
Robert Collins
- Rev 4601: Merge bzr.dev into cleanup in file:///home/vila/src/bzr/experimental/conflict-manager/
Vincent Ladeuil
- Rev 4601: Merge cleanup into description in file:///home/vila/src/bzr/experimental/conflict-manager/
Vincent Ladeuil
- Rev 4601: Set tree root ID in tree transform tests that don't care about the root id. in http://bazaar.launchpad.net/~lifeless/bzr/tree-transform-set-roots
Robert Collins
- Rev 4601: Update test_version_info for rich root test data. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4602: (robertc) Fix reading from CHK repositories over the (deprecated) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4602: Add some debugging statements for now. in http://bazaar.launchpad.net/~jameinel/bzr/1.18-faster-iter-ancestry
John Arbash Meinel
- Rev 4602: Change the default branch format to 7, matching the default metadir description for 2a. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4602: Merge bzr.dev into cleanup in file:///home/vila/src/bzr/experimental/conflict-manager/
Vincent Ladeuil
- Rev 4602: Merge cleanup into description in file:///home/vila/src/bzr/experimental/conflict-manager/
Vincent Ladeuil
- Rev 4602: Split the 'ghost' test into a second test. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-bug-402778
John Arbash Meinel
- Rev 4602: Switch to just calling out to python setup.py directly, rather than passing the paths to Makefile. in http://bazaar.launchpad.net/~jameinel/bzr/windows-installer
John Arbash Meinel
- Rev 4603: (jam) Updates to the windows installers. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4603: Add a test that inventory texts are preserved during pack. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-bug-402778
John Arbash Meinel
- Rev 4603: bzr-svn 0.6.4 was used. in http://bazaar.launchpad.net/~jameinel/bzr/windows-installer
John Arbash Meinel
- Rev 4603: Change the working tree default format to match 2a in the bzrdir registry. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4603: Notes for improvement on the OOo tree. in http://bazaar.launchpad.net/~jameinel/bzr/1.18-faster-iter-ancestry
John Arbash Meinel
- Rev 4604: (Neil Martinsen-Burrell) Include bazaar-vcs.org/BzrGivingBack in in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4604: Blackbox init tests 2a ready. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4604: NEWS for fixing bug #412198 in http://bazaar.launchpad.net/~jameinel/bzr/1.19-bug-402778
John Arbash Meinel
- Rev 4604: Snapshot the work in progress. in http://bazaar.launchpad.net/~jameinel/bzr/1.18-faster-iter-ancestry
John Arbash Meinel
- Rev 4605: (robertc) Fix RemoteBranch's handling of the ignore_fallbacks in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4605: Add a safety check that there is an inventory being transmitted for in http://bazaar.launchpad.net/~jameinel/bzr/1.19-bug-402778
John Arbash Meinel
- Rev 4605: Fix missing registration of WorkngTree format 4 from default-change before. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4605: Name the specific index api _find_ancestors, and the public CombinedGraphIndex api find_ancestry() in http://bazaar.launchpad.net/~jameinel/bzr/1.18-faster-iter-ancestry
John Arbash Meinel
- Rev 4606: (robertc) Make blackbox.test_info a little more parameterised. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4606: Hack in a quick change to expose the new functionality to the higher levels. in http://bazaar.launchpad.net/~jameinel/bzr/1.18-faster-iter-ancestry
John Arbash Meinel
- Rev 4606: remove the .keys() call that Robert remarked about. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-bug-402778
John Arbash Meinel
- Rev 4606: Update blackbox.test_info tests for 2a as default. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4606: Update blackbox.test_shared_repository for 2a as default. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4607: (robertc) Set root ids in treetransform tests that aren't testing in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4607: Change test_insert_from_broken_repo from a known failure to a working test. in http://bazaar.launchpad.net/~lifeless/bzr/bug-389141
Robert Collins
- Rev 4607: Fix some tests that were failing because we checked against RepositoryFormatCHK1 in http://bazaar.launchpad.net/~jameinel/bzr/1.19-bug-402778
John Arbash Meinel
- Rev 4607: Fix test_foreign for 2a as default. in http://bazaar.launchpad.net/~lifeless/bzr/test-foreign
Robert Collins
- Rev 4607: Make test_smart tests more stable when the default format changes. in http://bazaar.launchpad.net/~lifeless/bzr/remote-tests
Robert Collins
- Rev 4607: Prepare test_repository's inter_repository tests for 2a. in http://bazaar.launchpad.net/~lifeless/bzr/interrepository_register_fix
Robert Collins
- Rev 4607: Revert the previous change, in preparation for doing it 'right'. in http://bazaar.launchpad.net/~jameinel/bzr/1.18-faster-iter-ancestry
John Arbash Meinel
- Rev 4607: Support get_inventory_xml on CHKRepository. in http://bazaar.launchpad.net/~lifeless/bzr/CHKRepo._iter_inventory_xmls
Robert Collins
- Rev 4607: Turn test of 8 bit commit messages in test_log into a KnownFailure. in http://bazaar.launchpad.net/~lifeless/bzr/test-log
Robert Collins
- Rev 4607: Update blackbox.test_shared_repository for 2a as default. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4608: (andrew) Add inventory-delta streaming for cross-format fetch. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4608: Merge bzr.dev. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4608: Merge trunk to fixup inventory API change. in http://people.canonical.com/~robertc/baz2.0/integration
Robert Collins
- Rev 4608: Remove NOTES and ancestry_test as they were just steps along the way. in http://bazaar.launchpad.net/~jameinel/bzr/1.18-faster-iter-ancestry
John Arbash Meinel
- Rev 4609: (mbp) add six-month release policy and tweak release developer docs in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4609: Merge bzr.dev 4612 in prep for NEWS in http://bazaar.launchpad.net/~jameinel/bzr/1.18-faster-iter-ancestry
John Arbash Meinel
- Rev 4609: Merge in remote streaming fix for bzr-v2 with 2a. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4609: Merge the improved topo_sort code. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4610: (mbp) cleanup check_conversion_target and upgrade blackbox tests in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4610: Implement a very basic version of KnownGraph.topo_sort that just in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4610: Merge RemoteBranch.open fix for ignore_fallbacks. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4610: NEWS about potential speed improvement. in http://bazaar.launchpad.net/~jameinel/bzr/1.18-faster-iter-ancestry
John Arbash Meinel
- Rev 4611: (jam) Update the test suite to cause failures when we take out in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4611: Bring in the optimized tsort code. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4611: Install ssl test certificate and key in http://bazaar.launchpad.net/~vila/bzr/integration
Vincent Ladeuil
- Rev 4611: Merge tree transform test fixes. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4612: (vila) Install ssl test certificate and key in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4612: Remove workaround for RemoteRepository in test_add_fallback_repository now the default is stackable. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4612: Split up the tests a bit. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4613: (jam) Introduce CombinedGraphIndex.find_ancestry and in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4613: Merge CHKInventory._iter_inventory_xml support. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4613: We don't need to compare the lists multiple times. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4614: (mbp) show platform in selftest, version and backtrace in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4614: Create the crude merge_sort implementation that just thunks over to the old implementation. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4614: Create the crude merge_sort implementation that just thunks over to the old implementation. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4614: Merge test_smart fixes. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4615: (bialix) Fix bzr path shown in tests in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4615: (bialix) Fix bzr path shown in tests in http://bazaar.launchpad.net/~vila/bzr/integration
Vincent Ladeuil
- Rev 4615: start working on a pyrex implementation of MergeSorter in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4615: Update test_selftest for the 2a default format change. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4616: (robertc) Change a KnownFailure into a test with two success paths in in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4616: Approximate implementation in Pyrex. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4616: Change merge_sort to increase indent even for trivial merge histories. in http://bazaar.launchpad.net/~jameinel/bzr/2.0b1-merge-sort
John Arbash Meinel
- Rev 4616: Make TestLocale.test_log_BOGUS more robust. in file:///home/vila/src/bzr/bugs/413514-bogus-locale/
Vincent Ladeuil
- Rev 4616: Make TestLocale.test_log_BOGUS more robust. in file:///home/vila/src/bzr/bugs/413514-bogus-locale/
Vincent Ladeuil
- Rev 4616: Merge interrepository registration fix. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4617: (robertc) Prepare test_foreign for rich roots as the default format. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4617: clarify the test a bit by using BranchBuilder. in http://bazaar.launchpad.net/~jameinel/bzr/2.0b1-merge-sort
John Arbash Meinel
- Rev 4617: Fix a bug in MergeSorter that was fixed only in the inlined pop_node in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4617: Merge bugfix 389141. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4618: (robertc) Fix test_write_group to not test inappropriate things on in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4618: finish getting the revno numbers working correctly. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4618: Fix a broken check in per_bzr tests that causes failures when the default format is rich roots. in http://bazaar.launchpad.net/~lifeless/bzr/per_bzrdir
Robert Collins
- Rev 4618: Fix a pack specific test which didn't lock its format down. in http://bazaar.launchpad.net/~lifeless/bzr/test_repository
Robert Collins
- Rev 4618: Fix test_commit for use with 2a as the default repository. in http://bazaar.launchpad.net/~lifeless/bzr/test_commit
Robert Collins
- Rev 4618: Fix test_stacking tests for 2a as a default format. The change to 2a exposed some actual bugs, both in tests and bzrdir/branch code. in http://bazaar.launchpad.net/~lifeless/bzr/test_stacking
Robert Collins
- Rev 4618: Lock down another test assuming the default was a PackRepository. in http://bazaar.launchpad.net/~lifeless/bzr/bug-413957
Robert Collins
- Rev 4618: Lock the format knit retry tests depend on - knits aren't used for 2a formats. in http://bazaar.launchpad.net/~lifeless/bzr/knit-tests
Robert Collins
- Rev 4618: Merge fix for test_foreign with 2a. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4618: Since the merge depth changed, it causes log to change slightly as well. in http://bazaar.launchpad.net/~jameinel/bzr/2.0b1-merge-sort
John Arbash Meinel
- Rev 4618: Stop poking under the hood for inventory equality in working tree inventory tests. in http://bazaar.launchpad.net/~lifeless/bzr/test-basis-inventory
Robert Collins
- Rev 4618: Teach the check for get_missing_parent_inventories that this test applies to direct repositories not RemoteRepository. in http://bazaar.launchpad.net/~lifeless/bzr/test_write_group
Robert Collins
- Rev 4619: (vila) Make selftest --parallel=fork work again in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4619: Make --parallel=fork work again in http://bazaar.launchpad.net/~vila/bzr/integration
Vincent Ladeuil
- Rev 4619: Make --parallel=fork work again. in file:///home/vila/src/bzr/bugs/selftest/
Vincent Ladeuil
- Rev 4619: Merge multiple 2a-as-default fixes. in http://people.canonical.com/~robertc/baz2.0/integration
Robert Collins
- Rev 4619: Prep test_remote for 2a as default. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4619: Without doing any real tuning yet, we see a decent speedup for merge_sort: in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4620: (jam) Tweak how merge_sort handles right parents when the left parent in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4620: Fixed as per John's review. in file:///home/vila/src/bzr/bugs/selftest/
Vincent Ladeuil
- Rev 4620: Merge test_log fix for 2a. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4620: Move some sets/dicts into attributes. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4621: (robertc) Multiple 2a-as-default fixes. (Robert Collins) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4621: Moving into attributes instead of dicts improves performance: in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4621: Start hacking on balancing parallel selftest. in file:///home/vila/src/bzr/bugs/selftest/
Vincent Ladeuil
- Rev 4622: (robertc) Fix upgrade when the default format has been changed to 2a. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4622: default-rich-root should be an alias still. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4622: Implement a balancing scheme to maximize processor utilisation. in file:///home/vila/src/bzr/bugs/selftest/
Vincent Ladeuil
- Rev 4622: Merge bzr.dev 4615 in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4623: (robertc) Support iter_inventory_xml on CHKRepository. (Robert in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4623: Prepare dirstate tests for 2a as default. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4623: Some tuning and cleanup. in file:///home/vila/src/bzr/bugs/selftest/
Vincent Ladeuil
- Rev 4623: Use the same implementation of stack handling to avoid append/pop. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4624: (vila) Make TestLocale.test_log_BOGUS more robust in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4624: -Eslices conditions statistics display. in file:///home/vila/src/bzr/bugs/selftest/
Vincent Ladeuil
- Rev 4624: Change the revno handling code. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4624: Make TestLocale.test_log_BOGUS more robust in http://bazaar.launchpad.net/~vila/bzr/integration
Vincent Ladeuil
- Rev 4624: Sync with bzr.dev. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4624: Sync with bzr.dev. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4625: (Matthew Fuller) Tweak some code in RevisionSpec in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4625: Better test suite behavior for cygwin in http://bazaar.launchpad.net/~vila/bzr/integration
Vincent Ladeuil
- Rev 4625: Merge Martin's upgrade bugfix. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4625: NEWS entry and some cleanup for submission. in file:///home/vila/src/bzr/bugs/selftest/
Vincent Ladeuil
- Rev 4625: No need to pop one item off the stack after another. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4626: (vila) Better test suite behavior for cygwin in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4626: Merge fix for test_commit with/2a default. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4626: Note how much time we spend to reverse the sorted-nodes list in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4627: (robertc) Change the default format to 2a. (Robert Collins) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4627: Merge fix for test_write_group.py for 2a default. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4627: Switch from having a MergeSortNode => KnownGraphNode to in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4628: (robertc) Tweak log test changes made for 2a-default as per igc's in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4628: Expose KnownGraph off of VersionedFiles in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4628: Lock the output tree for write in merge.transform_tree. in http://bazaar.launchpad.net/~lifeless/bzr/transform_tree
Robert Collins
- Rev 4628: Merge per_branch fixes for 2a as default. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4628: Review feedback per IanC. in http://bazaar.launchpad.net/~lifeless/bzr/test-log
Robert Collins
- Rev 4629: (jam) Add VersionedFiles.get_known_graph_ancestry and in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4629: Bring in the changes to merge_sort. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4629: Fix test failure by catching an error raised by newer pycurls. in file:///home/vila/src/bzr/bugs/306264-pycurl-recv-error/
Vincent Ladeuil
- Rev 4629: Mark tests that now work as working. in http://bazaar.launchpad.net/~lifeless/bzr/transform_tree
Robert Collins
- Rev 4629: Remove hard coded format in test_smart's test_stacked_branch now the default format stacks. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4629: Start introducing accessors for plugin paths. in file:///home/vila/src/bzr/bugs/412930-plugin-path/
Vincent Ladeuil
- Rev 4630: (abentley) shelve_change handles 'modify text', introduce shelve_all. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4630: Add [+-]{user|core|site} handling in BZR_PLUGIN_PATH. in file:///home/vila/src/bzr/bugs/412930-plugin-path/
Vincent Ladeuil
- Rev 4630: Conform to the direct merge_sort test. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4630: Merge TestRepositoryPackCollection test fix for 2a as default. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4630: Merge trunk, fixup NEWS. in http://people.canonical.com/~robertc/baz2.0/integration
Robert Collins
- Rev 4630: More complete fix. in file:///home/vila/src/bzr/bugs/306264-pycurl-recv-error/
Vincent Ladeuil
- Rev 4631: (vila) Fix some more pycurl related karmic test failures in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4631: Fix some more pycurl related karmic test failures in http://bazaar.launchpad.net/~vila/bzr/integration
Vincent Ladeuil
- Rev 4631: Merge bugfix for 413957. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4631: Move the end-of-merge computation into _pop_node in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4631: Put back a test that needs unix relaxed behaviour. in http://people.canonical.com/~robertc/baz2.0/integration
Robert Collins
- Rev 4631: Update doc and add NEWS entry. in file:///home/vila/src/bzr/bugs/412930-plugin-path/
Vincent Ladeuil
- Rev 4632: (mbp) re-add apport support in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4632: Be ready to delete get_default_plugin_path(). in file:///home/vila/src/bzr/bugs/412930-plugin-path/
Vincent Ladeuil
- Rev 4632: Merge fix for test_knit in 2a. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4632: Switch some variables from Py_ssize_t to long in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4633: (vila)(trivial) Fix bzrtools tag used for windows installers in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4633: (vila)(trivial) Fix bzrtools tag used for windows installers in http://bazaar.launchpad.net/~vila/bzr/integration
Vincent Ladeuil
- Rev 4633: Add tests that we detect GraphCycleError in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4633: Fixes prompted by review. in file:///home/vila/src/bzr/bugs/412930-plugin-path/
Vincent Ladeuil
- Rev 4633: Merge working tree basis fix for 2a. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4634: (luks) Support for `bzr branch --switch` in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4634: Merge fixes for per_bzrdir tests with 2a. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4634: small cleanup, a bit of comment tweaking. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4634: Support for `bzr branch --switch` in http://bazaar.launchpad.net/~vila/bzr/integration
Vincent Ladeuil
- Rev 4635: (robertc) Fix many locking errors on windows due to a small bug in in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4635: bit of cleanup passes in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4635: Disable plink auto-detection in http://bazaar.launchpad.net/~vila/bzr/2.0-integration
Vincent Ladeuil
- Rev 4635: First cut at an implementation of multi_bisect_right in pyrex. in http://bazaar.launchpad.net/~jameinel/bzr/2.0b1-multibisect
John Arbash Meinel
- Rev 4635: Fix an overly sensitive test. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4635: Fix regression in upgrade introduced with the change to upgrade in rev 4622. in http://bazaar.launchpad.net/~lifeless/bzr/upgrade
Robert Collins
- Rev 4635: Fix regression in upgrade introduced with the change to upgrade in rev 4622. in http://bazaar.launchpad.net/~lifeless/bzr/upgrade
Robert Collins
- Rev 4636: (mbp) fix crash formatting CannotBindAddress in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4636: Cleanup pass in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4636: Fix registration of default-rich-root as 2a. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4636: Merge and cherrypick outstanding 2.0 relevant patches from bzr.dev: Up to rev in lp:~lifeless/bzr/2.0
Robert Collins
- Rev 4636: small tweaks in http://bazaar.launchpad.net/~jameinel/bzr/2.0b1-multibisect
John Arbash Meinel
- Rev 4637: Finish upgrading default branch format to 7. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4637: Fix upgrade of branches in repositories. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4637: Remove the gc enable/disable code. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4637: Test selftest --list-only and --randomize options using more precisely layers. in http://bazaar.launchpad.net/~lifeless/bzr/test-speed
Robert Collins
- Rev 4637: Tweak bug handling to reflect reality - we use Triaged extensively. in http://bazaar.launchpad.net/~lifeless/bzr/bug-status
Robert Collins
- Rev 4638: Fix selftest tests for --transport to test each layer precisely. in http://bazaar.launchpad.net/~lifeless/bzr/test-speed
Robert Collins
- Rev 4638: Improve test performance of selftest tests. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4638: Move the topo_sort implementation into KnownGraph, rather than calling back to it. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4638: Use a valid for storage inventory in test_remote's new inventory streaming test. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4639: (andrew) Fix 'Revision ... not present' errors when upgrading stacked in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4639: Fix bzrlib.missing to not directly load the graph, etc. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4639: Fix formats for per_repository upgrade-to-stacking test. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4639: Layer tests for selftest --subunit better. in http://bazaar.launchpad.net/~lifeless/bzr/test-speed
Robert Collins
- Rev 4639: Release 2.0rc1. in http://bazaar.launchpad.net/~vila/bzr/2.0-integration
Vincent Ladeuil
- Rev 4640: (robertc) Really improve test performance of selftest tests. (Robert in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4640: Fix typos in NEWS in http://bazaar.launchpad.net/~vila/bzr/2.0-integration
Vincent Ladeuil
- Rev 4640: Merge bzr.dev. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4640: Move selftest internals tests out of blackbox test space - they are not testing our selftest command line. in http://bazaar.launchpad.net/~lifeless/bzr/test-speed
Robert Collins
- Rev 4640: With the new api, we don't return 'sequence_number' anymore. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4641: (abentley) Shelve will not remove tree root. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4641: Fix bug #419241. If a graph had a mainline ghost in http://bazaar.launchpad.net/~jameinel/bzr/2.0rc2-419241-merge-sort
John Arbash Meinel
- Rev 4641: Late import tsort because it causes an import cycle. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4641: Minor tweaks to clarity in slower selftest tests. in http://bazaar.launchpad.net/~lifeless/bzr/test-speed
Robert Collins
- Rev 4641: News entry: the default is now 2a. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4642: (robertc) Back out draft documentation change landed as 'selftest in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4642: (robertc) Handle IncompatibleRepositories better with bzr:// connections. (Robert Collins) in http://bazaar.launchpad.net/~lifeless/bzr/2.0
Robert Collins
- Rev 4642: Back out accidentally landed documentation change. in http://people.canonical.com/~robertc/baz2.0/integration
Robert Collins
- Rev 4642: Backport fix for selftest --starting-with in http://bazaar.launchpad.net/~vila/bzr/2.0-integration
Vincent Ladeuil
- Rev 4642: Change the KnownGraph.merge_sort api. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4642: Change the KnownGraph.merge_sort api. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4642: Feedback on the 2.0rc1 release. in file:///home/vila/src/bzr/bugs/releasing-clarified/
Vincent Ladeuil
- Rev 4642: Merge trunk. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4642: Resolve test aliases at the outermost level that test skip filtering is done. in http://bazaar.launchpad.net/~lifeless/bzr/test-start-with
Robert Collins
- Rev 4642: Squelch test noise on test__gather_lsprof_in_benchmarks verbose mode. in http://bazaar.launchpad.net/~lifeless/bzr/test-speed
Robert Collins
- Rev 4642: Start adding direct tests for sort_gc_optimal. in http://bazaar.launchpad.net/~jameinel/bzr/2.0b1-stable-groupcompress-order
John Arbash Meinel
- Rev 4642: Switching from 'groupcompress' order to 'unordered' causes the fragmentation issue in http://bazaar.launchpad.net/~jameinel/bzr/2.0b1-402645-fragmentation
John Arbash Meinel
- Rev 4642: Teach VF.get_known_graph_ancestry to go to fallbacks (bug #419241) in http://bazaar.launchpad.net/~jameinel/bzr/2.0rc2-419241-merge-sort
John Arbash Meinel
- Rev 4643: (mbp) small tweaks to release documentation in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4643: Fixed as per Martin's review. in file:///home/vila/src/bzr/bugs/releasing-clarified/
Vincent Ladeuil
- Rev 4643: Get ready to move the tests into KnownGraph implementation tests. in http://bazaar.launchpad.net/~jameinel/bzr/2.0b1-stable-groupcompress-order
John Arbash Meinel
- Rev 4643: Implement _GCGraphIndex.find_ancestry() in http://bazaar.launchpad.net/~jameinel/bzr/2.0rc2-419241-merge-sort
John Arbash Meinel
- Rev 4643: lsprof support. in http://bazaar.launchpad.net/~lifeless/bzr/test-speed
Robert Collins
- Rev 4643: Merge trunk. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
- Rev 4643: Start working on a per-vf implementation test of find_ancestry. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4643: Tweak releasing.txt in http://bazaar.launchpad.net/~vila/bzr/2.0-integration
Vincent Ladeuil
- Rev 4643: Use unordered fetches to avoid fragmentation (bug #402645) in http://bazaar.launchpad.net/~jameinel/bzr/2.0b1-402645-fragmentation
John Arbash Meinel
- Rev 4644: (robertc) Fix minor test-support regression with -s aliases. (Robert in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4644: a few more implementations of the interface. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4644: Enable --lsprof-tests on bzr selftest. in http://bazaar.launchpad.net/~lifeless/bzr/test-speed
Robert Collins
- Rev 4644: Fix a final failure in stacking upgrade of branch/repository tests. in http://people.canonical.com/~robertc/baz2.0/integration
Robert Collins
- Rev 4644: Fix rst formatting issues. in file:///home/vila/src/bzr/bugs/releasing-clarified/
Vincent Ladeuil
- Rev 4644: Fix rst formatting. in http://bazaar.launchpad.net/~vila/bzr/2.0-integration
Vincent Ladeuil
- Rev 4644: Merge in Robert's test suite fixes so I can keep working. in http://bazaar.launchpad.net/~jameinel/bzr/2.0b1-stable-groupcompress-order
John Arbash Meinel
- Rev 4644: Tweak releasing.txt in http://bazaar.launchpad.net/~vila/bzr/2.0-integration
Vincent Ladeuil
- Rev 4644: Update NEWS for further fixes to bug #419241 in http://bazaar.launchpad.net/~jameinel/bzr/2.0rc2-419241-find-ancestry
John Arbash Meinel
- Rev 4645: (robertc) Add --lsprof-tests option to bzr selftest for profiling in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4645: Finish implementation tests. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4645: Fix typo. in http://bazaar.launchpad.net/~lifeless/bzr/test-speed
Robert Collins
- Rev 4645: Implement a basic algorithm for the pure-python KnownGraph code. in http://bazaar.launchpad.net/~jameinel/bzr/2.0b1-stable-groupcompress-order
John Arbash Meinel
- Rev 4645: More tweaks. in file:///home/vila/src/bzr/bugs/releasing-clarified/
Vincent Ladeuil
- Rev 4646: (mbp) developer documentation about content filtering in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4646: Disable plink auto-detection in http://bazaar.launchpad.net/~vila/bzr/integration
Vincent Ladeuil
- Rev 4646: Fix bug 416732 by not adding root directories to expected items when checking non rich root repositories. in http://bazaar.launchpad.net/~lifeless/bzr/2.0
Robert Collins
- Rev 4646: Fix typo left after refactoring. in file:///home/vila/src/bzr/bugs/leopard-regression/
Vincent Ladeuil
- Rev 4646: Implement initial gc_sort in pyrex. in http://bazaar.launchpad.net/~jameinel/bzr/2.0b1-stable-groupcompress-order
John Arbash Meinel
- Rev 4646: Mention creating the news series when changing the major or minor part of in file:///home/vila/src/bzr/bugs/releasing-clarified/
Vincent Ladeuil
- Rev 4646: Properly guard LSProf using tests. in http://people.canonical.com/~robertc/baz2.0/integration
Robert Collins
- Rev 4646: Remove import deque per Vincent's request. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4647: (bialix) Disable plink auto-detection in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4647: Add support for skipping ghost nodes. in http://bazaar.launchpad.net/~jameinel/bzr/2.0b1-stable-groupcompress-order
John Arbash Meinel
- Rev 4647: Fix typos left after test_selftest refactoring in http://bazaar.launchpad.net/~vila/bzr/integration
Vincent Ladeuil
- Rev 4647: Merge bzr.dev 4624 in preparation for NEWS in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4647: One more import typo in file:///home/vila/src/bzr/bugs/leopard-regression/
Vincent Ladeuil
- Rev 4648: (vila)(trivial) Fix typos left after test_selftest refactoring in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4648: A few tweaks to the internals, and we are down to: in http://bazaar.launchpad.net/~jameinel/bzr/2.0b1-stable-groupcompress-order
John Arbash Meinel
- Rev 4648: Clean up NEWS a bit, and add items for the improvements with log, etc. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4649: (robertc) Make iter_changes produce output that is always safe to in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4649: Fix a few test cases that assumed topological sorting was stable. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4649: Fix test_merge_missing for lock strictness. Merger was creating a new revision tree unnecessarily, so add an api to cache the revision trees more comprehensively and use it. in http://bazaar.launchpad.net/~lifeless/bzr/shelve-locks
Robert Collins
- Rev 4650: Fix shelve on windows. (Robert Collins, #305006) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4650: Support shelve and unshelve on windows - bug 305006. in http://bazaar.launchpad.net/~lifeless/bzr/shelve-locks
Robert Collins
- Rev 4650: Turns out that some code assumed passing NULL_REVISION to merge_sort in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4651: (robertc) Enable commit via record_iter_changes for specific file in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4651: Deserialise IncompatibleRepositories errors in the client, generating in http://bazaar.launchpad.net/~lifeless/bzr/bug-393677
Robert Collins
- Rev 4651: Improve behaviour of tests that have a reasonable excuse for causing locking issues on windows selftest. in http://bazaar.launchpad.net/~lifeless/bzr/shelve-locks
John Arbash Meinel
- Rev 4651: Improve behaviour of tests that have a reasonable excuse for causing locking issues on windows selftest. in http://bazaar.launchpad.net/~lifeless/bzr/shelve-locks
Robert Collins
- Rev 4651: Refactor test_suite to make stubbing out the list of tests to load possible without sacrificing coverage. in http://bazaar.launchpad.net/~lifeless/bzr/test-speed
Robert Collins
- Rev 4651: Refactor test_suite to make stubbing out the list of tests to load possible without sacrificing coverage. in http://bazaar.launchpad.net/~lifeless/bzr/test-speed
Robert Collins
- Rev 4651: The api for topo_sort() was to allow a list of (key, value) in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted
John Arbash Meinel
- Rev 4652: (vila)(trivial) Fix typo in NEWS related to 1.2 but tricking in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4652: Catch up fix for #347649. in file:///home/vila/src/bzr/bugs/leopard-regression/
Vincent Ladeuil
- Rev 4652: Fix typo in NEWS related to 1.2 but tricking check-newsbugs.py. in http://bazaar.launchpad.net/~vila/bzr/integration
Vincent Ladeuil
- Rev 4652: Remove unnecessary use of an SFTP server connection to test the behaviour of TestCase.make_branch_and_tree. in http://bazaar.launchpad.net/~lifeless/bzr/test-speed
Robert Collins
- Rev 4652: Serialize IncompatibleRepositories from the server too. in http://bazaar.launchpad.net/~lifeless/bzr/bug-393677
Robert Collins
- Rev 4653: (vila) Catch up fix for #347649 in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4653: Catch up fix for #347649 in http://bazaar.launchpad.net/~vila/bzr/integration
Vincent Ladeuil
- Rev 4653: Remove duplicated test_start_and_stop_working_dir test. in http://bazaar.launchpad.net/~lifeless/bzr/test-speed
Robert Collins
- Rev 4653: Support when the left-hand parent is a ghost. in http://bazaar.launchpad.net/~jameinel/bzr/2.0rc2-419241-merge-sort-lefthand-ghost
John Arbash Meinel
- Rev 4654: (robertc) A number of improvements to test_selftest and to test in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4654: Make tests for finish_bzr_subprocess that really only care about the interface use StubProcess. in http://bazaar.launchpad.net/~lifeless/bzr/test-speed
Robert Collins
- Rev 4655: (mbp) make check no longer repeats the test run in LANG=C in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4655: Use copy, not deepcopy, to clone tests in test parameterisation. in http://bazaar.launchpad.net/~lifeless/bzr/test-speed
Robert Collins
- Rev 4656: (robertc) Pass IncompatibleRepositories error over the smart server. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4656: Fix interface skew between bzr selftest and python unittest - use stopTestRun not done to end test runs. in http://bazaar.launchpad.net/~lifeless/bzr/test-speed
Robert Collins
- Rev 4657: (andrew) Fix #402657: 2a fetch over dumb transport reads one group at in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4657: Push result reporting thoroughly into TestResult. in http://bazaar.launchpad.net/~lifeless/bzr/test-speed
Robert Collins
- Rev 4658: (robertc) Improve behaviour of tests that have a reasonable excuse in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4658: Do not add the root directory entry to the list of expected keys during check in non rich-root repositories. (#416732) in http://bazaar.launchpad.net/~lifeless/bzr/bug-416732
Robert Collins
- Rev 4658: Push all starting up reporting down into startTestRun. in http://bazaar.launchpad.net/~lifeless/bzr/test-speed
Robert Collins
- Rev 4659: (robertc) Detangle core logic inselftest to make it more in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4659: Detangle test listing: its more part of the ui layer not the execute-this-test-layer. in http://bazaar.launchpad.net/~lifeless/bzr/test-speed
Robert Collins
- Rev 4659: Merge trunk. in http://bazaar.launchpad.net/~lifeless/bzr/bug-416732
Robert Collins
- Rev 4660: (mbp) merge 1.18 and 2.0 back to trunk; bump version to 2.1 in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4660: Test split with unversioned files within the test tree. in http://bazaar.launchpad.net/~lifeless/bzr/test-speed
Robert Collins
- Rev 4660: Tweak InventoryDirectory _check comment to avoid confusion. in http://bazaar.launchpad.net/~lifeless/bzr/bug-416732
Robert Collins
- Rev 4661: (andrew) Add some direct unit tests of _BatchingBlockFetcher. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4661: Let user decide what command is used to run the test suite. in file:///home/vila/src/bzr/bugs/419950-selftest-can-be-aliased/
Vincent Ladeuil
- Rev 4661: Merge integration. in http://bazaar.launchpad.net/~lifeless/bzr/bug-416732
Robert Collins
- Rev 4661: Refactor creation and shutdown of test servers to use a common helper, in http://bazaar.launchpad.net/~lifeless/bzr/test-speed
Robert Collins
- Rev 4662: (vila) Don't restrict the command name used to run the test suite in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4662: Don't restrict the command name used to run the test suite in http://bazaar.launchpad.net/~vila/bzr/integration
Vincent Ladeuil
- Rev 4662: Review feedback, fix typo and more cleanups. in file:///home/vila/src/bzr/bugs/419950-selftest-can-be-aliased/
Vincent Ladeuil
- Rev 4662: Review feedback. in http://bazaar.launchpad.net/~lifeless/bzr/test-speed
Robert Collins
- Rev 4663: (robertc) Refactor server startup and cleanup registration in the in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4664: (robertc) Merge 2.0 to bzr.dev, in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4664: (robertc) Merge 2.0 to bzr.dev, including fixes for log and serialisation of IncompatibleRepositories. (Robert Collins, John Arbash Meinel) in http://people.canonical.com/~robertc/baz2.0/integration
Robert Collins
- Rev 4664: Test with subunit. in http://people.canonical.com/~robertc/baz2.0/pqm-test-trunk
Robert Collins
- Rev 4665: (robertc) Fix bug 416732 by not adding root directories to expected in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4665: fii in http://people.canonical.com/~robertc/baz2.0/pqm-test-trunk
Robert Collins
- Rev 4665: Merge bug fix for check - do not consider non rich root tree roots to have repository data during check. (Robert Collins, bug 416732) in http://people.canonical.com/~robertc/baz2.0/integration
Robert Collins
- Rev 46: Long forgotten, the TODO. in file:///home/vila/buildbot/bzr/
Vincent Ladeuil
- Rev 47: Start defining karmic slave. in file:///home/vila/buildbot/bzr/
Vincent Ladeuil
- Rev 49: Define different servers for devs and public. in file:///home/vila/buildbot/bzr/
Vincent Ladeuil
- Rev 50: Be ready to replace pqm regarding no locale selftests. in file:///home/vila/buildbot/bzr/
Vincent Ladeuil
- Rev 51: Spiv feedback. in file:///home/vila/buildbot/bzr/
Vincent Ladeuil
- Rev 52: Set a default LANG for all slaves. in file:///home/vila/buildbot/bzr/
Vincent Ladeuil
- Rev 53: Switch to a deterministic scheduler. in file:///home/vila/buildbot/bzr/
Vincent Ladeuil
- Rev 54: Allows Force build to work on branches other than trunk. in file:///home/vila/buildbot/bzr/
Vincent Ladeuil
- Rev 55: Allows Force build to work on branches other than trunk (second try). in file:///home/vila/buildbot/bzr/
Vincent Ladeuil
- Rev 56: Unify the way we get bzr sources. in file:///home/vila/buildbot/bzr/
Vincent Ladeuil
- Rev 57: Fix BzrSource. in file:///home/vila/buildbot/bzr/
Vincent Ladeuil
- Rev 58: Fix BzrGetSource, really. in file:///home/vila/buildbot/bzr/
Vincent Ladeuil
- Rev 59: Mention shared repository creation for tests on all slaves. in file:///home/vila/buildbot/bzr/
Vincent Ladeuil
- Rev 60: Hurrah for faster tests run. in file:///home/vila/buildbot/bzr/
Vincent Ladeuil
- Rev 61: Stop bothering jam :) in file:///home/vila/buildbot/bzr/
Vincent Ladeuil
- Rev 62: Use --2a repositories for tests builds. in file:///home/vila/buildbot/bzr/
Vincent Ladeuil
- Rev 64: Fix version checking for bzr-2.0. in http://bazaar.launchpad.net/~bzr/bzr.webdav/webdav
Vincent Ladeuil
- Rev 8: Update for bzr_transport declaration. in http://people.canonical.com/~robertc/baz2.0/plugins/plugin_info/trunk
Robert Collins
Last message date:
Mon Aug 31 15:12:07 BST 2009
Archived on: Mon Aug 31 15:12:18 BST 2009
This archive was generated by
Pipermail 0.09 (Mailman edition).