April 2011 Archives by thread
Starting: Fri Apr 1 01:37:46 UTC 2011
Ending: Fri Apr 29 11:54:32 UTC 2011
Messages: 236
- Rev 5635: (mbp) use testtools doctest matcher, in file:///home/pqm/archives/thelove/bzr/2.3/
Canonical.com Patch Queue Manager
- Rev 5749: (mbp) bzrlib.initialize() now actually initializes, in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5636: (mbp) infer default user name from /etc/mailname on unix (bug 616878) in file:///home/pqm/archives/thelove/bzr/2.3/
Canonical.com Patch Queue Manager
- Rev 5744: Basic tests and implementations for read-only and mutable sections. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5745: Add tests for remove. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5746: The option is either new or has an existing value. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5747: Clarify parametrization scope. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5748: Merge bzr.dev into config-section in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5749: Add a docstring and dates to FIXMEs. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5749: Merge config-section into config-store in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5750: (jelmer) Remove bzrlib.foreign from test_import_tariff blacklist. (Jelmer in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5751: (jelmer) Add Hooks.uninstall_named_hook(). (Jelmer Vernooij) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5752: (jelmer) Allow extra data to be returned by Repository.gather_stats(). in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 47: Fix spelling mistakes. in file:///home/vila/src/bzr/devnotes/
Vincent Ladeuil
- Rev 5538: Fix some spelling mistakes and start explaining the new locking scheme a bit better. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5747: Merge config-store into config-stack resolving conflicts in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5539: Merge config-stack into doc-new-config in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5469: Merge doc-new-config into next in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5637: Fix bug #740932. Transform should update the sha cache. in http://bazaar.launchpad.net/~jameinel/bzr/2.3-build-cache-sha-740932
John Arbash Meinel
- Rev 5753: Remove _patch_get_bzr_source_tree, which isn't called now that the benchmark code has been removed. in http://bazaar.launchpad.net/~jameinel/bzr/integration
John Arbash Meinel
- Rev 5638: Change the stat assertions to be sure that we are catching the callers correctly. in http://bazaar.launchpad.net/~jameinel/bzr/2.3-build-cache-sha-740932
John Arbash Meinel
- Rev 5750: Implement loading a config store from a string or a file. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5639: It turns out that _observed_sha1 was not setting the size field. in http://bazaar.launchpad.net/~jameinel/bzr/2.3-build-cache-sha-740932
John Arbash Meinel
- Rev 5753: (jameinel) Remove now unused test code. (John A Meinel) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5751: Slight refactoring. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5752: Implement and test store.save() and remove the 'save' parameter from store.from_string() as this won't scale well when adding class specific parameters. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5753: Merge the 2.3 branch changes up to 2.4. The final changes are in http://bazaar.launchpad.net/~jameinel/bzr/2.4-transform-cache-sha-740932
John Arbash Meinel
- Rev 5754: Move the release-notes entry to 2.4 only. in http://bazaar.launchpad.net/~jameinel/bzr/2.4-transform-cache-sha-740932
John Arbash Meinel
- Rev 5755: Change the create_file api to allow it to take a sha1 of the content. in http://bazaar.launchpad.net/~jameinel/bzr/2.4-transform-cache-sha-740932
John Arbash Meinel
- Rev 5756: Pass the text_sha1 on to tt.create_file in http://bazaar.launchpad.net/~jameinel/bzr/2.4-transform-cache-sha-740932
John Arbash Meinel
- Rev 5757: Add a test for the accelerator tree code path. in http://bazaar.launchpad.net/~jameinel/bzr/2.4-transform-cache-sha-740932
John Arbash Meinel
- Rev 5753: Implement store.get_sections() as an iterator and provides the configobj implementation. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5754: Basic store.set implementation. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5755: Rename store.set to store.set_option as it's clearer in this context and will act as a safe-guard against unintended uses (set() will be used for stacks). in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5754: (jelmer) Use public Repository.control_transport rather than in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5756: Trivial implementations for stores with smoke tests. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5748: Merge config-concrete-stores into config-stack resolving conflicts in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5755: (jam) Merge 2.3 into bzr.dev, resolving some conflicts in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5756: (jelmer) Use lazy imports in bzrlib.ignores. (Jelmer Vernooij) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5757: (jelmer) Remove unused lazy imports, fix two scope bugs. (Jelmer Vernooij) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5758: (jameinel) Add osutils.lstat/fstat so that even on Windows lstat(fname) == in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5756: Use proper ReadOnly sections in ConfigObjStore.get_sections(). in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5757: Merge config-abstract-store into config-concrete-stores in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5749: Merge config-concrete-stores into config-stack in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5750: Simple set implementation. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5759: (jameinel) WT._observed_sha1() will update the sha1, packed_stat, in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5751: Damn, the sections can't be pre-loaded or need to be reloaded on modifications or even better lazily iterated instead. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5752: Fix the issue by allowing delayed section acquisition. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5757: Stores don't implement set_option, they just provide a mutable section. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5758: Implement get_mutable_section. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5758: Merge config-abstract-store into config-concrete-stores in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5753: Merge config-concrete-stores into config-stack in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5760: (mbp, in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5761: (spiv) Fix accidental mutation of _DEFAULT_REQUEST_PARAMS in in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5762: (mbp) add 'make realclean' target (Jelmer Vernooij) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5754: Properly use MutableSection for write operations. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5763: (mbp) fix ReST syntax; in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5755: Clarify ConfigStack.get() about lazy evaluation of sections. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5756: Better explain lazy loading and make sure the mutable section respect the design. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5750: Remove FIXME. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5759: Merge config-section into config-abstract-store in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5759: Merge config-abstract-store into config-concrete-stores in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5757: Merge config-concrete-stores into config-stack in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5758: Test and implement ConfigStack.remove. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5759: Allows empty sections and empty section callables. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5764: (jelmer) Update tests for no user identity being configured so they work in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5760: Split store tests between readonly and mutable ones. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5761: Parametrize Store tests and isolate the ConfigObjStore specific ones. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5762: The test is now specific to ConfigObjStore and highlight a pending problem there. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5763: Clarify some constraints for tests writers. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5764: Implement a LockableConfigObjStore to be able to mimick the actual behaviour. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5760: Merge config-abstract-store into config-concrete-stores resolving conflicts in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5761: Both GlobalStore and LocationStore need locks, BranchStore should rely on the branch lock itself. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5760: Merge config-concrete-stores into config-stack in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5765: Fix copy/paste, bad. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5762: Merge config-abstract-store into config-concrete-stores in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5761: Merge config-concrete-stores into config-stack in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5540: Merge config-stack into doc-new-config in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5470: Merge doc-new-config into next in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5751: Merge bzr.dev into config-section in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5766: Merge config-section into config-abstract-store in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5763: Merge config-abstract-store into config-concrete-stores in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5762: Merge config-concrete-stores into config-stack in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5541: Merge config-stack into doc-new-config in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5471: Merge doc-new-config into next in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5767: More details on the missing tests. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5764: Merge config-abstract-store into config-concrete-stores in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5764: Merge config-concrete-stores into config-section-matchers in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5765: Some minimal SectionMatcher implementation to setup the test infrastucture. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5765: Merge bzr.dev 5764 to resolve release-notes (aka NEWS) conflicts in http://bazaar.launchpad.net/~jameinel/bzr/2.4-transform-create-file-740932
John Arbash Meinel
- Rev 5765: (jelmer) Add a RepositoryFormat.supports_signatures flag. (Jelmer Vernooij) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5766: Merge Federico Culloca's PointlessCommit message, and revert accidental changes. in http://bazaar.launchpad.net/~jameinel/bzr/integration
John Arbash Meinel
- Rev 5767: Rewrap the text, it was missing a space anyway. in http://bazaar.launchpad.net/~jameinel/bzr/integration
John Arbash Meinel
- Rev 5766: (jameinel) TreeTransform.create_file and new_file can be passed sha1, in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5768: We missed a test case that was asserting the old string. in http://bazaar.launchpad.net/~jameinel/bzr/integration
John Arbash Meinel
- Rev 5765: Extract _match_section_by_parts from LocationConfig._get_matching_sections and more comments to explain the behavior. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5766: This put a common processing into the loop to avoid bad inputs. The in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5752: Merge refactor-locationconfig-matching into config-section in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5768: Merge config-section into config-abstract-store in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5765: Merge config-abstract-store into config-concrete-stores in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5766: Merge config-concrete-stores into config-section-matchers in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5767: Complete location config helpers with basic tests. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5763: Merge config-section-matchers into config-stack resolving conflicts in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5764: Outline concrete stacks and basic smoke tests. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5766: Oops, test class name collision. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5768: Merge config-concrete-stores into config-section-matchers resolving conflicts in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5764: Merge config-section-matchers into config-stack in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5765: Merge config-stack into config-concrete-stacks in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5767: (spiv) log no longer raises NoSuchRevision against revisions in the in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5768: (spiv) Update the PointlessCommit error message. [a=Federico Culloca] (John in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5637: (spiv) bzr.exe: add "site-packages" directory to sys.path to allow in file:///home/pqm/archives/thelove/bzr/2.3/
Canonical.com Patch Queue Manager
- Rev 5769: (spiv) Recommend SSH rather than SFTP in user documentation examples (Martin in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5770: (spiv) Use lazy imports in bzrlib.tree. (Jelmer Vernooij) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5771: (jelmer) Move knitpack repository format classes to in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5762: Merge bzr 5771, make sure to have the latest create-file changes, etc. in http://bazaar.launchpad.net/~jameinel/bzr/2.4-transform-cache-sha-740932
John Arbash Meinel
- Rev 5767: Add a doctrsing and address the location being split for all iterations by making letting the function iterate over all sections. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5753: Merge refactor-locationconfig-matching into config-section in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5769: Merge config-section into config-abstract-store in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5767: Merge config-abstract-store into config-concrete-stores in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5769: Merge config-concrete-stores into config-section-matchers in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5772: (jelmer) Make GroupCHKStreamSource independent of KnitPackStreamSource. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5770: Merge the use of _filter_for_location_by_parts, uglier, but better for in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5765: Merge config-section-matchers into config-stack in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5766: Merge config-stack into config-concrete-stacks in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5773: Bring in dependency1, knitpackrepo-6 in http://bazaar.launchpad.net/~jameinel/bzr/integration
John Arbash Meinel
- Rev 5774: Resolve all the conflicts for merging move-pack-access in http://bazaar.launchpad.net/~jameinel/bzr/integration
John Arbash Meinel
- Rev 5754: Use a name less likely to be reused. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5755: Add some documentation about option and sections. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5773: (jelmer) Move default ReconcilePacker from bzrlib.repofmt.pack_repo to in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5770: Merge config-section into config-abstract-store in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5771: Some doc for the stores. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5768: Merge config-abstract-store into config-concrete-stores in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5769: Mention that the test framework ought to support adding new stores. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5771: Merge config-concrete-stores into config-section-matchers in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5772: Add doc for the section matchers. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5766: Merge config-section-matchers into config-stack in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5767: Some generic doc about stacks. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5767: Merge config-stack into config-concrete-stacks in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5768: Complement the stacks doc. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5774: (jelmer) Move PackRepository.__init__ to KnitPackRepository.__init__ (Jelmer in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5775: (jameinel) Change ``bzrlib.transform.build_tree`` to pass the sha1 of newly in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5776: (jelmer) Move _DirectPackAccess to bzrlib.repofmt.pack_repo. (Jelmer in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5777: (jelmer) Move revision_graph_can_have_wrong_parents from Repository to in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5768: Using iterators is even clearer. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5756: Merge refactor-locationconfig-matching into config-section in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5772: Merge config-section into config-abstract-store in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5770: Merge config-abstract-store into config-concrete-stores in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5773: Merge config-concrete-stores into config-section-matchers in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5774: Both the length and the section id should be used to sort. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5768: Merge config-section-matchers into config-stack in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5769: Merge config-stack into config-concrete-stacks in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 4665: Merge bzr.dev into more-tests in file:///home/vila/src/bzr/experimental/conflict-manager/
Vincent Ladeuil
- Rev 4639: Merge more-tests into more-auto-resolvable-conflicts in file:///home/vila/src/bzr/experimental/conflict-manager/
Vincent Ladeuil
- Rev 4641: Merge more-auto-resolvable-conflicts into next in file:///home/vila/src/bzr/experimental/conflict-manager/
Vincent Ladeuil
- Rev 5778: (jelmer) Two trivial fixes for bzrlib.tree and bzrlib.workingtree. (Jelmer in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5779: (jelmer) Skip tests for CommitBuilder.commit(exclude=...) for repositories in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5780: Merge 2.3 to trunk in http://bazaar.launchpad.net/~vila/bzr/integration/
Vincent Ladeuil
- Rev 5780: (jelmer) Catch ImportWarning as well when checking for modules in features. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5781: (jelmer) Split inventory-specific functionality out of Tree into in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5782: (jelmer) Split inventory-specific bits out of MutableTree into in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5783: (vila) Merge 2.3 to trunk (Vincent Ladeuil) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5773: Replace class.from_string with self._load_from_string to all stores can use it. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5774: Clarify that only Store.get_mutable_section() can accept an empty file. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5771: Merge config-abstract-store into config-concrete-stores in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5775: Fix typo. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5776: All stores should provide _load_from_string to reuse the existing tests. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5777: Allow daughter classes to use different Section classes if/when needed. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5772: Merge config-abstract-store into config-concrete-stores resolving conflicts in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5773: Parametrize the generic tests against the concrete stores. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5775: Merge config-concrete-stores into config-section-matchers resolving conflicts in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5769: Merge config-section-matchers into config-stack in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5770: Merge config-stack into config-concrete-stacks in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5776: Stop using get_ConfigObjStore. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5774: Smoke tests are covered now and get_ConfigObjStore is not needed anymore. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5777: Merge config-concrete-stores into config-section-matchers resolving conflicts in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5770: Merge config-section-matchers into config-stack in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5771: Fix fallouts. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5771: Merge config-stack into config-concrete-stacks in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
- Rev 5784: (jameinel) Fix bug #758695, in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 4876: (mbp) treat python2.6 ImportWarning as indicating the module's not in file:///home/pqm/archives/thelove/bzr/2.1/
Canonical.com Patch Queue Manager
- Rev 5128: (mbp) treat python2.6 ImportWarning as indicating the module's not in file:///home/pqm/archives/thelove/bzr/2.2/
Canonical.com Patch Queue Manager
- Rev 5638: (mbp) treat python2.6 ImportWarning as indicating the module's not in file:///home/pqm/archives/thelove/bzr/2.3/
Canonical.com Patch Queue Manager
- Rev 5639: (mbp) Tests for no user identity being set must cope with machines that have in file:///home/pqm/archives/thelove/bzr/2.3/
Canonical.com Patch Queue Manager
- Rev 5785: (jelmer) Clarify and split up LocationConfig._get_matching_sections. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 447: under load, the test can take longer than 100ms accidentally. in http://bazaar.launchpad.net/~loggerhead-team/loggerhead/trunk-rich
John Arbash Meinel
- Rev 5786: Do an 'obvious' transformation for clarity. in http://bazaar.launchpad.net/~jameinel/bzr/2.4-revert-faster-759096
John Arbash Meinel
- Rev 5787: catch a couple more cases in http://bazaar.launchpad.net/~jameinel/bzr/2.4-revert-faster-759096
John Arbash Meinel
- Rev 5788: Now swap the ordering, tests still pass. in http://bazaar.launchpad.net/~jameinel/bzr/2.4-revert-faster-759096
John Arbash Meinel
- Rev 5786: Transform.conflict_pass can avoid accessing tree.inventory. in http://bazaar.launchpad.net/~jameinel/bzr/2.4-merge-faster-759091
John Arbash Meinel
- Rev 5787: release-notes (aka NEWS) about fixing bug #759091 in http://bazaar.launchpad.net/~jameinel/bzr/2.4-merge-faster-759091
John Arbash Meinel
- Rev 4877: (mbp) use -Wignore rather than catching ImportWarning, in file:///home/pqm/archives/thelove/bzr/2.1/
Canonical.com Patch Queue Manager
- Rev 5788: Call iter_entries_by_dir correctly. in http://bazaar.launchpad.net/~jameinel/bzr/2.4-merge-faster-759091
John Arbash Meinel
- Rev 5786: (jameinel) Make 'bzr merge' much faster by not walking unchanged entries. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5789: Include update in What's New for the performance improvements and bug #759096 in http://bazaar.launchpad.net/~jameinel/bzr/2.4-revert-faster-759096
John Arbash Meinel
- Rev 5790: merge bzr.dev 5786 to incorporate release-notes (aka NEWS) in http://bazaar.launchpad.net/~jameinel/bzr/2.4-revert-faster-759096
John Arbash Meinel
- Rev 5791: Update release notes in http://bazaar.launchpad.net/~jameinel/bzr/2.4-revert-faster-759096
John Arbash Meinel
- Rev 5129: (mbp) merge 2.1 up to 2.2 in file:///home/pqm/archives/thelove/bzr/2.2/
Canonical.com Patch Queue Manager
- Rev 5787: (jelmer) Split inventory-specific implementation out of MutableTree into in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5788: (mbp) stop using failIf, failUnless, etc (Martin Pool) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5640: Use -Wignore::ImportWarning rather than catching it, in file:///home/pqm/archives/thelove/bzr/2.3/
Canonical.com Patch Queue Manager
- Rev 5789: (mbp) rename and deprecate failUnlessExists and failIfExists (Martin Pool) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5790: (jelmer) Make PackRepository subclass MetaDirRepository rather than in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5791: (jelmer) Add --lossy option to 'bzr commit'. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5792: (Jelmer) Add support for bound branches for 'bzr commit --lossy'. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5793: (jelmer) Avoid using working tree inventories in "bzr info". Rather, in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5794: (jelmer) The rules topic used an invalid eol value (dos) as an example, in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5795: (jelmer) Split InventoryRevisionTree out of RevisionTree. (Jelmer Vernooij) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5796: Use -Wignore::ImportWarning rather than catching it, in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5797: (mbp) better message when argv can't be decoded in the application locale in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5798: (mbp) Rewrite test_report_bug_legacy away from using doctest (see bug in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5787: Fix bug #764677. WT.inventory should correctly return TreeReference in http://bazaar.launchpad.net/~jameinel/bzr/2.4-wt-inventory-tree-reference-764677
John Arbash Meinel
- Rev 5799: (mbp) remove unnecessary TestShowDiffTreesHelper from tests (Martin Pool) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5800: (jelmer) Split KnitPackRepository-specific bits out of Packer class into in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5801: (jelmer) Move _KeyRefs from bzrlib.knit to bzrlib.versionedfile. (Jelmer in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5802: (mbp) Deprecate 'bzr clone' and 'bzr get' (bug 506265) (Martin Pool) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5792: Fix typo in What's New. Thanks mbp in http://bazaar.launchpad.net/~jameinel/bzr/2.4-revert-faster-759096
John Arbash Meinel
- Rev 5803: (jelmer) Add RevisionTree.get_file_revision, in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5804: (Jelmer) Make TestamentTree use a Tree rather than an Inventory. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5805: (jelmer) Raise InvalidRevisionId when None is specified to in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5806: (jelmer) Split Inventory._get_mutable_inventory() out into in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5807: (jelmer) Move more tests that require the full versioned file API from in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5641: (jameinel) Bug #760152, in file:///home/pqm/archives/thelove/bzr/2.3/
Canonical.com Patch Queue Manager
- Rev 5808: (Jelmer) Deprecate Branch.set_revision_history(). (Jelmer Vernooij) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5809: (jameinel) Fix bug #765881, in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 86: Avoiding triggering loading of unused bzrlib xml serializers. in http://people.canonical.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
- Rev 5130: Fix spurious space. in http://bazaar.launchpad.net/~vila/bzr/2.2-integration/
Vincent Ladeuil
- Rev 5810: (jelmer) Make Branch.fetch() no longer take a fetch_spec (Jelmer Vernooij) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5811: Merge 2.3 into trunk resolving conflicts in http://bazaar.launchpad.net/~vila/bzr/integration/
Vincent Ladeuil
- Rev 5811: (vila) Merge 2.3 into trunk resolving conflicts (Vincent Ladeuil) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5812: Release 2.4b2 in http://bazaar.launchpad.net/~vila/bzr/integration/
Vincent Ladeuil
- Rev 5813: Open trunk again as 2.4dev3 in http://bazaar.launchpad.net/~vila/bzr/integration/
Vincent Ladeuil
- Rev 5812: (vila) Release 2.4b2 (Vincent Ladeuil) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5813: (vila) Open trunk again as 2.4dev3 (Vincent Ladeuil) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5814: On babune, the test fails because we can't set mtime on a dir. in http://bazaar.launchpad.net/~jameinel/bzr/integration
John Arbash Meinel
- Rev 5814: (jelmer) Allow realname to be empty in tests. (Jelmer Vernooij) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 5815: (jameinel) Skip a test that called os.utime(dir) if the filesystem doesn't in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
Last message date:
Fri Apr 29 11:54:32 UTC 2011
Archived on: Fri Apr 29 11:54:35 UTC 2011
This archive was generated by
Pipermail 0.09 (Mailman edition).