November 2007 Archives by author
Starting: Thu Nov 1 12:14:49 GMT 2007
Ending: Fri Nov 30 23:33:53 GMT 2007
Messages: 384
- Rev 2865: Merge bzr.dev. in http://people.ubuntu.com/~robertc/baz2.0/repository
Robert Collins
- Rev 2956: Some work towards including the correct changes for TREE_ROOT in check parameterised tests. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 2957: All check/reconcile tests passing now. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 2958: Merge bzr.dev. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 2961: * Reconcile now shows progress bars. (Robert Collins, #159351) in http://people.ubuntu.com/~robertc/baz2.0/integration
Robert Collins
- Rev 2959: Merge bzr.dev. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 2960: Latest bzr.dev. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 2961: Peer review feedback with Ian. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 2962: Factor out revision text copying in Packer to a single helper method. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 2963: Factor out inventory text copying in Packer to a single helper method. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 2962: Do not try to use try:finally: around a yield for python 2.4. in http://people.ubuntu.com/~robertc/baz2.0/integration
Robert Collins
- Rev 2964: Merge .dev. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 2866: Merge bzr.dev. in http://people.ubuntu.com/~robertc/baz2.0/repository
Robert Collins
- Rev 2950: Merge bzr.dev. in http://people.ubuntu.com/~robertc/baz2.0/integration
Robert Collins
- Rev 2951: Move NEWS entry for dev inclusion. in http://people.ubuntu.com/~robertc/baz2.0/integration
Robert Collins
- Rev 2976: Minor fixes for foreign format friendliness. in http://people.ubuntu.com/~robertc/baz2.0/foreign-format
Robert Collins
- Rev 2976: Change (without backwards compatibility) the in http://people.ubuntu.com/~robertc/baz2.0/iter-lines
Robert Collins
- Rev 2976: * FTP server errors don't error in the error handling code. in http://people.ubuntu.com/~robertc/baz2.0/bug-161240
Robert Collins
- Rev 27: Merge Tim Hatch's demandimport disabling patch. in http://bazaar.launchpad.net/~bzr/bzr-hg/trunk
Robert Collins
- Rev 28: Add the recommend_upgrade parameter to open_workingtree for bzrlib compatibility. in http://bazaar.launchpad.net/~bzr/bzr-hg/trunk
Robert Collins
- Rev 2965: Merge bzr.dev. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 2980: Make it possible for different commit builders to override heads(). in http://people.ubuntu.com/~robertc/baz2.0/commit.merge-speed
Robert Collins
- Rev 2840: TEST MERGE COMMIT. in http://people.ubuntu.com/~robertc/baz2.0/test
Robert Collins
- Rev 2840: TEST MERGE COMMIT. in http://people.ubuntu.com/~robertc/baz2.0/test
Robert Collins
- Rev 2981: Per-file graph heads detection during commit for pack repositories. in http://people.ubuntu.com/~robertc/baz2.0/commit.merge-speed
Robert Collins
- Rev 2980: Use the GraphIndex header to answer key_count queries rather than parsing the entire index unnecessarily. in http://people.ubuntu.com/~robertc/baz2.0/index
Robert Collins
- Rev 2867: Merge bzr.dev. in http://people.ubuntu.com/~robertc/baz2.0/repository
Robert Collins
- Rev 2977: Review feedback - document the API change and improve readability in pack's _do_copy_nodes. in http://people.ubuntu.com/~robertc/baz2.0/iter-lines
Robert Collins
- Rev 2966: Merge bzr.dev. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 2989: Refactor fetch's xml inventory parsing into a core routine that extracts the data and a separate one that filters for fetch. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 2990: New Repository API find_text_key_references for use by reconcile and check. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 30: Provide a feedback/contact address. in http://bazaar.launchpad.net/~bzr/bzr-email/trunk
Robert Collins
- Rev 2982: Tweaks from John. in http://people.ubuntu.com/~robertc/baz2.0/commit.merge-speed
Robert Collins
- Rev 2994: * New module ``lru_cache`` providing a cache for use by tasks that need in http://people.ubuntu.com/~robertc/baz2.0/lrucache
Robert Collins
- Rev 2991: Add a new repositoy method _generate_text_key_index for use by reconcile/check. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 2991: Merge bzr.dev for the LRU cache. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 2992: Merge bzr.dev for the LRU cache. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 2993: Use a LRU cache when generating the text index to reduce inventory deserialisations. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 2994: Handle the progress bar in _generate_text_key_index correctly. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 2994: Change the contract for VersionedFileChecker to consolidate related parameters rather than splitting them across two api calls. This allows better reuse of a single checker object. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 2994: Handle the progress bar in _generate_text_key_index correctly. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 2995: Merge up pb bar correctness for reconcile. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 2996: Change check and reconcile to use the new _generate_text_key_index rather in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 2992: Review feedback. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 2868: Merge bzr.dev. in http://people.ubuntu.com/~robertc/baz2.0/repository
Robert Collins
- Rev 3007: Minor PEP8 changes. in http://people.ubuntu.com/~robertc/baz2.0/nested-pb
Robert Collins
- Rev 3008: More formatting corrections. in http://people.ubuntu.com/~robertc/baz2.0/nested-pb
Robert Collins
- Rev 3009: Docstring improvement and remove TODO's from progres.py. in http://people.ubuntu.com/~robertc/baz2.0/nested-pb
Robert Collins
- Rev 3010: Add bzrlib.progress.CountedTask. in http://people.ubuntu.com/~robertc/baz2.0/nested-pb
Robert Collins
- Rev 3011: Add bzrlib.progress.SilentTaskDisplay. in http://people.ubuntu.com/~robertc/baz2.0/nested-pb
Robert Collins
- Rev 3012: Add bzrlib.progress.DotsTaskDisplay. in http://people.ubuntu.com/~robertc/baz2.0/nested-pb
Robert Collins
- Rev 3013: Add tick() the bzrlib.progress.CountedTask API. in http://people.ubuntu.com/~robertc/baz2.0/nested-pb
Robert Collins
- Rev 3014: More bzrlib.progress docstring tweaks. in http://people.ubuntu.com/~robertc/baz2.0/nested-pb
Robert Collins
- Rev 3015: bzrlib.progress.DotsTaskDisplay outputs dots on ticks. in http://people.ubuntu.com/~robertc/baz2.0/nested-pb
Robert Collins
- Rev 3016: bzrlib.progress.DotsTaskDisplay does not output anything if the current value has not changed. in http://people.ubuntu.com/~robertc/baz2.0/nested-pb
Robert Collins
- Rev 3017: Add clear() to the bzrlib.progress.TaskDisplay API. in http://people.ubuntu.com/~robertc/baz2.0/nested-pb
Robert Collins
- Rev 3018: Add note() to the bzrlib.progress.TaskDisplay API. in http://people.ubuntu.com/~robertc/baz2.0/nested-pb
Robert Collins
- Rev 3019: Add bzrlib.progress.KnownLengthTask. in http://people.ubuntu.com/~robertc/baz2.0/nested-pb
Robert Collins
- Rev 3020: Add bzrlib.progress.detect_display. in http://people.ubuntu.com/~robertc/baz2.0/nested-pb
Robert Collins
- Rev 3021: Add a stub bzrlilb.progress.TTYTaskDisplay. in http://people.ubuntu.com/~robertc/baz2.0/nested-pb
Robert Collins
- Rev 3022: docstring reference for TTYTaskDisplay. in http://people.ubuntu.com/~robertc/baz2.0/nested-pb
Robert Collins
- Rev 3023: Only list actual classes in the bzrlib.progress docstring. in http://people.ubuntu.com/~robertc/baz2.0/nested-pb
Robert Collins
- Rev 3024: Hook in detection of TTYTaskDisplay via a class method usable(). in http://people.ubuntu.com/~robertc/baz2.0/nested-pb
Robert Collins
- Rev 3025: Rename the long-not-directly used ProgressBar factory out of the way. in http://people.ubuntu.com/~robertc/baz2.0/nested-pb
Robert Collins
- Rev 3026: Detect terminal width in TTYTaskDisplay. in http://people.ubuntu.com/~robertc/baz2.0/nested-pb
Robert Collins
- Rev 3027: Basic note tests for TTYTaskDisplay. in http://people.ubuntu.com/~robertc/baz2.0/nested-pb
Robert Collins
- Rev 3028: Split note output from StreamTaskDisplay to a separate stream as the old Progress code does. in http://people.ubuntu.com/~robertc/baz2.0/nested-pb
Robert Collins
- Rev 3029: Initial new ProgressBar facade. in http://people.ubuntu.com/~robertc/baz2.0/nested-pb
Robert Collins
- Rev 3010: * New assertion ``assertEqualFloat`` for testing floating point 'equality'. in http://people.ubuntu.com/~robertc/baz2.0/nested-pb
Robert Collins
- Rev 3030: Add assertEqualFloat as generic test support. in http://people.ubuntu.com/~robertc/baz2.0/nested-pb
Robert Collins
- Rev 3031: Start on bzrlib.progress.TaskStack. in http://people.ubuntu.com/~robertc/baz2.0/nested-pb
Robert Collins
- Rev 3032: bzrlib.progress.TaskStack.get_message shows messages from children too. in http://people.ubuntu.com/~robertc/baz2.0/nested-pb
Robert Collins
- Rev 3033: Generate percentage complete estimation for a whole TaskStack. in http://people.ubuntu.com/~robertc/baz2.0/nested-pb
Robert Collins
- Rev 3010: Remove obsolete demo and run tests from bzrlib.progress. in http://people.ubuntu.com/~robertc/baz2.0/nested-pb
Robert Collins
- Rev 3034: Update from trivialities branch and stop using EqualFloat. in http://people.ubuntu.com/~robertc/baz2.0/nested-pb
Robert Collins
- Rev 3011: Lock the tree's used to test annotate_file, and add a docstring for annotate_file explaining its needs. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3012: Use valid file-ids for dirstate tests. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3013: Lock RevisionTrees correctly in commit tests. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3014: Make the knit specific fetch tests knit specific, and lock the branch when looking at historical texts in test_fetch. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3015: Test that missing_revision_ids handles the case of the source not having the requested revision correctly with and without find_ghosts. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3016: Locking in test_graph. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3017: Locking in test_memorytree. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3018: test_merge_core locking correctness. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3019: test_merge_directive locking correctness. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3020: Honour file modes for write streams. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3021: Provide file modes to files created by pack repositories in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3022: Lock branches while doing revision specification lookups. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3023: Use the info code functions to determine format strings in the blackbox tests, and handle repositories that do not lock like packs. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3024: Handle packs in blackbox.test_reconcile. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3025: Manage write groups in sign_my_commits, for efficiency. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3026: Lock correctness in test_versioning in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3027: Lock correctness and commit_group management for re-sign, in builtins. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 2993: Merge up bzr.dev. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 2995: Merge up bzr.dev. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 2996: Merge up bzr.dev. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 2997: Merge up bzr.dev. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 3016: Lock correctness in branch implementation tests. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3017: Make test_bzrdir work with packs - which always change the pack value during clone. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3018: Use write groups around revision signature tests for branch. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3019: Handle repositories that cannot be remotely locked in branch_implementations.test_break_lock. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3020: Handle repositories that cannot be remotely locked in branch_implementations.test_locking. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3021: In the RemoteServer branch methods handle repositories that cannot be remotely locked like pack repositories. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3022: In the RemoteServer repository methods handle repositories that cannot be remotely locked like pack repositories, and add a read lock in SmartServerRepositoryStreamKnitDataForRevisions. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3023: Typo in __set_repository_format's docstring. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3024: Handle repositories that do not allow remote locking, like pack repositories, in the client side remote server proxy objects. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3025: Fix regression due to other pack related fixes in tests with packs not-default. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3026: Handle repositories that do not physically lock in workingtree_implementation tests. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3027: Make test_smart use specific formats as needed to exercise locked and unlocked repositories. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3028: More lock correctness for the use of get_file_text in repository_implementations. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3029: Make branch_implementations.test_locking honour the repository API more. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3030: Review feedback. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3030: Review feedback. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3031: Merge bzr.dev. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3032: Merge the data-stream ordering fix. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3033: Lock correctness for test_upgrade.py. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3034: Don't include the pack container length in the lengths given by get_data_stream. in http://people.ubuntu.com/~robertc/baz2.0/pack.read-locks
Robert Collins
- Rev 3032: Remove the unneeded ExperimentalBranch class. in http://people.ubuntu.com/~robertc/baz2.0/branch-formats
Robert Collins
- Rev 3035: Merge bzr.dev. in http://people.ubuntu.com/~robertc/baz2.0/integration
Robert Collins
- Rev 2940: Review feedback. in http://people.ubuntu.com/~robertc/baz2.0/commit.deleted-paths-speed
Robert Collins
- Rev 2869: Merge with bzr.dev. in http://people.ubuntu.com/~robertc/baz2.0/repository
Robert Collins
- Rev 3037: * ``check`` no longer reports spurious unreferenced text versions. in http://people.ubuntu.com/~robertc/baz2.0/check
Robert Collins
- Rev 3038: Simplify the check_file_version_parents API some more. This has already changed in this release cycle. in http://people.ubuntu.com/~robertc/baz2.0/check
Robert Collins
- Rev 2983: Docstring fixes from review. in http://people.ubuntu.com/~robertc/baz2.0/commit.merge-speed
Robert Collins
- Rev 2984: Make CommitBuilder.heads be _heads as its internal to CommitBuilder only. in http://people.ubuntu.com/~robertc/baz2.0/commit.merge-speed
Robert Collins
- Rev 3039: Privatise VersionedFileChecker. in http://people.ubuntu.com/~robertc/baz2.0/check
Robert Collins
- Rev 3040: Fix failing test due to correct check code. in http://people.ubuntu.com/~robertc/baz2.0/check
Robert Collins
- Rev 3040: (robertc) Fix the text progress for pack to pack fetches. (Robert Collins). in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 3041: python2.4 'compatibility'. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 3042: Document the try:except:else: rather than a finally: in pack_repo.._copy_nodes_graph. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 2967: Merge bzr.dev. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 2968: Raise an error on duplicate pack name allocation. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 2969: Test that reconciling a repository can be done twice in a row. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 2970: * ``pack-0.92`` repositories can now be reconciled. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 2971: Fix syntax error on last refactoring. in http://people.ubuntu.com/~robertc/baz2.0/reconcile
Robert Collins
- Rev 3053: Make pack-0.92 be the default format. in http://people.ubuntu.com/~robertc/baz2.0/pack.asdefault
Robert Collins
- Rev 3053: Add a new KnitDataStreamUnknown error class for showing formats we can't understand. in http://people.ubuntu.com/~robertc/baz2.0/knit.datastreamjoin
Robert Collins
- Rev 3054: * Operations pulling data from a smart server where the underlying in http://people.ubuntu.com/~robertc/baz2.0/knit.datastreamjoin
Robert Collins
- Rev 3055: Handle insert_data_stream of an unannotated stream into an annotated knit. in http://people.ubuntu.com/~robertc/baz2.0/knit.datastreamjoin
Robert Collins
- Rev 2957: Fix first unwanted connection. in file:///v/home/vila/src/bzr/bugs/159150/
Vincent Ladeuil
- Rev 2958: Fix second unwanted connection by providing the right branch to create_checkout. in file:///v/home/vila/src/bzr/bugs/159150/
Vincent Ladeuil
- Rev 2959: Fix multiple connections during checkout --lightweight in file:///v/home/vila/src/bzr/bugs/159150/
Vincent Ladeuil
- Rev 2924: Review feedback. in http://code.launchpad.net/%7Ev-ladeuil/bzr/auth.ring
Vincent Ladeuil
- Rev 2926: Fix forgotten reference to _get_filename. in http://code.launchpad.net/%7Ev-ladeuil/bzr/auth.ring
Vincent Ladeuil
- Rev 2926: Fix forgotten reference to _get_filename and duplicated code. in http://code.launchpad.net/%7Ev-ladeuil/bzr/auth.ring
Vincent Ladeuil
- Rev 2956: Fix #160012 by leaving the http pipeline related exceptions raise. in file:///v/home/vila/src/bzr/bugs/160012/
Vincent Ladeuil
- Rev 2991: ConnectedTransport._reuse_for fails to deal with local URLs. in file:///v/home/vila/src/bzr/bugs/161819/
Vincent Ladeuil
- Rev 2992: Detect invalid transport reuse attempts by catching invalid URLs. in file:///v/home/vila/src/bzr/bugs/161819/
Vincent Ladeuil
- Rev 2960: merge bzr.dev in file:///v/home/vila/src/bzr/bugs/159150/
Vincent Ladeuil
- Rev 2961: merge bzr.dev in file:///v/home/vila/src/bzr/bugs/159150/
Vincent Ladeuil
- Rev 2962: Cosmetic change. in file:///v/home/vila/src/bzr/bugs/159150/
Vincent Ladeuil
- Rev 2992: Update configobj to version 4.4.0: in file:///v/home/vila/src/bzr/bugs/151208/
Vincent Ladeuil
- Rev 3005: Fix 150860 by leaving port as user specified it. in file:///v/home/vila/src/bzr/bugs/150860/
Vincent Ladeuil
- Rev 3006: Update NEWS. in file:///v/home/vila/src/bzr/bugs/150860/
Vincent Ladeuil
- Rev 2993: No tests worth adding after upgrading to configobj-4.4.0. in file:///v/home/vila/src/bzr/bugs/151208/
Vincent Ladeuil
- Rev 2994: Update NEWS. in file:///v/home/vila/src/bzr/bugs/151208/
Vincent Ladeuil
- Rev 2995: Various fixes following local testing environment rebuild. in file:///v/home/vila/src/bzr/bugs/151208/
Vincent Ladeuil
- Rev 3008: Leave the proxy caches do their job (bug #120697). in file:///v/home/vila/src/bzr/bugs/120697/
Vincent Ladeuil
- Rev 25: Get rid of struct dependancy, no need for such a hammer. in http://code.launchpad.net/%7Ev-ladeuil/bzr/transportstats
Vincent Ladeuil
- Rev 2932: Avoid deprecation warnings. in http://code.launchpad.net/%7Ev-ladeuil/bzr/bzr.python26
Vincent Ladeuil
- Rev 2934: New files, same warnings, same fixes. in http://code.launchpad.net/%7Ev-ladeuil/bzr/bzr.python26
Vincent Ladeuil
- Rev 2935: Ugly bug marking, but test suite passing for python2.6. Since 2.6 in http://code.launchpad.net/%7Ev-ladeuil/bzr/bzr.python26
Vincent Ladeuil
- Rev 2936: Rename bzrlib/test/HttpServer.py to bzrlib/tests/http_server.py and fix uses. in file:///v/home/vila/src/bzr/experimental/https/
Vincent Ladeuil
- Rev 2937: Rename bzrlib/test/HTTPTestUtils.py to bzrlib/tests/http_utils.py and fix uses. in file:///v/home/vila/src/bzr/experimental/https/
Vincent Ladeuil
- Rev 2938: Don't pretend we support HTTP/0.9 since we don't and do that correctly. in file:///v/home/vila/src/bzr/experimental/https/
Vincent Ladeuil
- Rev 2939: Add a fake https server and test facilities. in file:///v/home/vila/src/bzr/experimental/https/
Vincent Ladeuil
- Rev 2940: Ssl files needed for the test https server. in file:///v/home/vila/src/bzr/experimental/https/
Vincent Ladeuil
- Rev 2941: Implement an https server passing the same tests than http. Except in file:///v/home/vila/src/bzr/experimental/https/
Vincent Ladeuil
- Rev 2942: Update ssl generated files. Put the branch on the backburner until the ssl python module is fixed (bugs pending). in file:///v/home/vila/src/bzr/experimental/https/
Vincent Ladeuil
- Rev 3022: Reproduce bug 164567. in file:///v/home/vila/src/bzr/bugs/164567/
Vincent Ladeuil
- Rev 3023: Fix bug #164567 by catching connection errors. in file:///v/home/vila/src/bzr/bugs/164567/
Vincent Ladeuil
- Rev 3024: Update NEWS. in file:///v/home/vila/src/bzr/bugs/164567/
Vincent Ladeuil
- Rev 3025: Use the right execption. in file:///v/home/vila/src/bzr/bugs/164567/
Vincent Ladeuil
- Rev 26: Make verbose more detailed. in http://code.launchpad.net/%7Ev-ladeuil/bzr/transportstats
Vincent Ladeuil
- Rev 3025: Fix 165061 by using the correct _max_readv_combine attribute. in file:///v/home/vila/src/bzr/bugs/165061/
Vincent Ladeuil
- Rev 3026: Update NEWS. in file:///v/home/vila/src/bzr/bugs/165061/
Vincent Ladeuil
- Rev 3027: Rewrite http_readv to allow several GET requests. Smoke tested against branch reported in the bug. in file:///v/home/vila/src/bzr/bugs/165061/
Vincent Ladeuil
- Rev 3053: Merge http readv issuing multiple requests since that fix bug #172701 in file:///v/home/vila/src/bzr/bugs/172701/
Vincent Ladeuil
- Rev 3054: Add tests and fix trivial bugs and other typos. in file:///v/home/vila/src/bzr/bugs/172701/
Vincent Ladeuil
- Rev 3055: Add -Dhttp support. in file:///v/home/vila/src/bzr/bugs/172701/
Vincent Ladeuil
- Rev 3060: merge fix for bug #172701, work continued on top of it in file:///v/home/vila/src/bzr/bugs/173010/
Vincent Ladeuil
- Rev 3056: Jam's review feeback. in file:///v/home/vila/src/bzr/bugs/172701/
Vincent Ladeuil
- Rev 2956: Fix #158972 don't use timeout for HttpServer in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2957: selftest: use SymlinkFeature instead of TestSkipped where appropriate in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2958: MemoryTransport._abspath: fix handling of '..' and other strangeness in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2959: windows python has os.lstat in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2960: (robertc) Fix data-refresh logic for packs not to refresh mid-transaction when a names write lock is held. (Robert Collins) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2961: (robertc) Reconcile now shows progress bars. (Robert Collins, #159351) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2962: Authentication ring implementation (read-only) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2963: (robertc) Stage one of reconcile for pack repositories - perform inventory gc. (Robert Collins) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2964: doc diff exit values (Guillermo Gonzalez) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2965: Fix #160012 by leaving the http pipeline related exceptions raise in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2966: (robertc) Fix export to lock the repository. (Robert Collins) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2967: (robertc) Implement WorkingTree4.update_basis_by_delta giving a 30% performance improvement for commit. (Robert Collins) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2968: start new development cycle; deprecate osutils.backup_file in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2969: (Matt Nordhoff) Fix a few typos in the knitpack.txt doc in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2970: (Rob Weir) Document BZR_REMOTE_PATH in 'bzr help env-variables' in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2971: uninstall action shortcut for windows python-based installer in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2972: (Adeodato Simó) show (possibly dotted) rev in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2973: (Lukas Lalinksy) Unicode-safe output from ``bzr info`` in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2974: test_exceptions.py: run_bzr_subprocess should use universal_newlines=True in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2975: (robertc) Clean up obsolete_packs directory automatically. (Robert Collins) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2976: Ensure that setting attributes on ScopeReplacer objects works in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2977: (robertc) Minor fixes for foreign format friendliness. (Robert Collins) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2978: (robertc) Correct a missing import in the test support ftp server. (Robert Collins, #161240) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2979: (robertc) Fix WorkingTree.walkdirs to support walking an empty directory. (Marius Kruger) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2980: (robertc) Improved lp:/// URL support for the Launchpad plugin (James Henstridge). in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2981: (robertc) Streaming-friendly container APIs. (Andrew Bennetts) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2982: (John Arbash Meinel) Consolidate all calls to get the root id of a tree to use Tree.get_root_id() in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2983: (Daniel Watkins) improve the message when recommending 'move --after', (bug #85237) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2984: (Daniel Watkins) Fix bug #103023 by giving a nice way of resolving in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2985: (robertc) Implement chunked body encoding for the smart protocol. (Andrew Bennetts) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2986: Output to stderr with trace module now going through wrapper that in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2987: fix formatting of ImmortalPendingDeletion error message. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2988: (robertc) change VersionedFile.iter_lines_present_or_added_in to return the version_id of the text the line is present in. (Robert Collins) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2989: Better behavior when user requests a log that cannot be viewed (Kent Gibson) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2990: Fix 133751 by erroring if -r0 is provided to log in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2991: Fix #159150, multiple connections during checkout --lightweight in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2992: (John Arbash Meinel) Fix 'bzr register-branch' (bug #162494) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2993: (Daniel Watkins) Clean up tests.blackbox.test_non_ascii so it uses in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2994: Fix 161819: Detect invalid transport reuse attempts in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2995: (robertc) Use the GraphIndex header to answer key_count queries rather than parsing the entire index unnecessarily. (Robert Collins) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2996: (robertc) Add a LRU Cache facility. (John Meinel) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2997: Use normalize_log to more accurately test blackbox log output (Kent Gibson) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2998: (John Arbash Meinel) Fix bug #161131: when exactly 2 items were in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 2999: Disable detection of plink.exe as possible ssh vendor. (#107593) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3000: (John Arbash Meinel) Remove unused branch-name file in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3001: (John Arbash Meinel) Fix bug #162486, in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3002: (John Arbash Meinel) Fix 'bzr uncommit' in a branch with no history. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3003: (John Arbash Meinel) Fix bug #158333, in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3004: HACKING: say not to use hasattr() in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3005: (Daniel Watkins) 'bzr rm already-deleted' should not traceback in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3006: (Daniel Watkins) bzrdir.clone() should respect a target repositories in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3007: (Adeodato Simó) Fix typos in revert's help. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3008: Rename on Windows is able to change filename case. (#77740) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3009: (Adeodato Simó) Small fix to tags' help. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3010: Change verb from 'fetch' to 'transfer' in progress messages (Albisetti) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3011: Add support for rich-root format in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3012: Documentation update for TreeTransform, suggested by Michael Hudson in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3013: commit now can invoke an external editor in a non-ascii directory. (Watkins) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3014: (robertc) Various lock and write-group correctness issues which show in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3015: (robertc) Improve the performance of reconcile and reduce its memory in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3016: Migrate switch command into the core (Ian Clatworthy) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3017: Add test for MemoryTransport._abspath moving files between directories; fix exception construction in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3018: Fix #151208: Update configobj to version 4.4.0 in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3019: Fix #150860 by leaving port as user specified it in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3020: Return error instead of a traceback when bzr is unable to create in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3021: Revert now resolves conflicts recursively (#102739) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3022: Merge --uncommitted can now specify single files (#136890, Lalinsky) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3023: Documentation tweaks for TreeTransform in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3024: Rename knitpack-experimental format to pack-0.92 in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3025: Fix bug #164567 by catching connection errors in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3026: Introduce rich-root-pack format in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3027: (John Arbash Meinel) Change pushing from a pack-repo to a knit-repo in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3028: Revert of single files in deleted directories works in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3029: (robertc) Many fixes to support packs on the smart server and as the in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3030: Fix small typo in command description for the revert command. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3031: (John Arbash Meinel) doc update for post-push hook. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3032: Mark .bzr directories as "hidden" on Windows (#71147) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3033: (robertc) Fix upgrade tests and the get_data_stream method of Knits in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3034: (robertc) Fix one cause of poor commit performance with many deleted in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3035: Fix 165061 by using the correct _max_readv_combine attribute in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3036: Avoid using Tree.inventory (even indirectly) from diff command in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3037: (John Arbash Meinel, in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3038: Merge with bzr.dev. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3039: (robertc) Change commit on pack repositories to use the per-file in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3040: (robertc) Fix check to correctly report unreferenced texts. (Robert in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3041: Fix is_executable tests for win32 in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3042: Post-review cleanups from Robert for KnitVersionedFile.get_data_stream in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3043: Fix link in rich-root-pack help (Nordhoff) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3044: TreeTransform handles case-insensitive filesystems well in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3045: (robertc) Be more correct with progress bar usage in pack to pack in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3046: Give a better message when failing to pull because the source needs to be reconciled (#164443) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3047: Expand the documentation on lp:// URLs and mention the launchpad-login command. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3048: Fix up calls to TestCase.build_tree passing a string rather than a list in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3049: Mailto address now optional for send with interactive clients (Lalinsky) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3050: InventoryEntry.diff is now deprecated in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3051: (Lukáš Lalinský) Fix bug #172598 by cleaning up the has_changed_files check. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3052: bzr reconfigure can now convert to lightweight checkout in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3053: Set default format to pack-0.92 in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3054: Merge bzr 0.92 news entry in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3055: Bazaar User Guide for 1.0rc (Ian Clatworthy) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3056: bzrlib.revision.is_ancestor should use graph functions (#172970) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3057: Preserve repository format when branching from a smart server in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3058: (merge) windows standalone installer creates and uses plugins directory for system-wide plugins (#129298) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3059: Allow insert_data_stream to insert differently annotated stream. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3060: Fix bug #172701 by catching the pycurl ShortReadvError and allowing readv to issue several get requests in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3061: (John Arbash Meinel) deprecate bzrlib.revision.is_ancestor, in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 3062: (John Arbash Meinel) Cleanup NEWS for post 1.0rc1 in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 1: Writing a simple plugin for finding the mainline which merged a revision. in http://bzr.arbash-meinel.com/plugins/find_mainline_rev
John Arbash Meinel
- Rev 2: It *is* simpler. Basically, merge_sort ensures that the last mainline revision *is* the one that merged it. in http://bzr.arbash-meinel.com/plugins/find_mainline_rev
John Arbash Meinel
- Rev 3: merge_sort() can take a dictionary as the graph. in http://bzr.arbash-meinel.com/plugins/find_mainline_rev
John Arbash Meinel
- Rev 2949: Fix 'bzr uncommit' when there is no revision history. in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/uncommit_no_history
John Arbash Meinel
- Rev 38: (James Henstridge) clean up the SMTP handling, and PQM Submission logic. in http://bazaar.launchpad.net/%7Ebzr/bzr-pqm/devel
John Arbash Meinel
- Rev 39: Update copyright and version information. in http://bazaar.launchpad.net/%7Ebzr/bzr-pqm/devel
John Arbash Meinel
- Rev 40: Check that the plugin is installed correctly rather than failing with an ImportError. in http://bazaar.launchpad.net/%7Ebzr/bzr-pqm/devel
John Arbash Meinel
- Rev 41: Fix a bug in the pqm test suite. has_extn() takes a parameter. in http://bazaar.launchpad.net/%7Ebzr/bzr-pqm/devel
John Arbash Meinel
- Rev 42: Fix bug #141026, check that the WT is clean before submitting. in http://bazaar.launchpad.net/%7Ebzr/bzr-pqm/devel
John Arbash Meinel
- Rev 44: change the parameter to --submit-branch since submit_branch is the config entry. in http://bazaar.launchpad.net/%7Ebzr/bzr-pqm/devel
John Arbash Meinel
- Rev 45: Fix bug #160530, don't use proper email subject lines, as the PQM bot doesn't understand them. in http://bazaar.launchpad.net/%7Ebzr-pqm-devel/bzr-pqm/devel
John Arbash Meinel
- Rev 2951: Switch test_check_reconcile.py into its own subdir, which in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/test_autoloader
John Arbash Meinel
- Rev 2975: Re-enable the fast path for the no-parent commit case. in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/fast_diff_versus_empty
John Arbash Meinel
- Rev 2976: Only one test failed, because it was incorrectly succeeding. in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/fast_diff_versus_empty
John Arbash Meinel
- Rev 18: Start splitting up the Git{Branch, Dir, Repository} into separate modules, etc. in http://bzr.arbash-meinel.com/plugins/git
John Arbash Meinel
- Rev 19: More refactoring. Add some direct tests for GitModel. in http://bzr.arbash-meinel.com/plugins/git
John Arbash Meinel
- Rev 20: All tests are passing again in http://bzr.arbash-meinel.com/plugins/git
John Arbash Meinel
- Rev 21: Fix Repository.get_revision_graph() in http://bzr.arbash-meinel.com/plugins/git
John Arbash Meinel
- Rev 22: Initial work on a GitCommitBuilder to make the test suite run in no-glacial time. in http://bzr.arbash-meinel.com/plugins/git
John Arbash Meinel
- Rev 23: Clean up the builder, start using it for big speed gains. in http://bzr.arbash-meinel.com/plugins/git
John Arbash Meinel
- Rev 24: Use the builder in test_model as well to shave off a few more seconds. in http://bzr.arbash-meinel.com/plugins/git
John Arbash Meinel
- Rev 25: Support setting a custom Author and Author Timestamp. in http://bzr.arbash-meinel.com/plugins/git
John Arbash Meinel
- Rev 26: Support copying Author tags. in http://bzr.arbash-meinel.com/plugins/git
John Arbash Meinel
- Rev 2950: Comment from Martin: Use 'make_tree_*' not 'get_tree_*' in http://bzr.arbash-meinel.com/branches/bzr/0.92-dev/tree_root_id
John Arbash Meinel
- Rev 2951: MemoryTree is not tested under the tree_implementations tests. in http://bzr.arbash-meinel.com/branches/bzr/0.92-dev/tree_root_id
John Arbash Meinel
- Rev 2979: Fix bug #162486, by having RemoteBranch properly initialize self._revision_id_to_revno_map. in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/remote_revid_to_revno_162486
John Arbash Meinel
- Rev 2979: Fix bug #162494, 'bzr register-branch' needs proper auth handling. in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/launchpad_plugin_162494
John Arbash Meinel
- Rev 2980: merge bzr.dev 2991 in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/launchpad_plugin_162494
John Arbash Meinel
- Rev 2980: merge bzr.dev 2991 in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/merge_test
John Arbash Meinel
- Rev 46: Now that we are using submit_branch instead of pqm_branch, in http://bazaar.launchpad.net/%7Ebzr-pqm-devel/bzr-pqm/devel
John Arbash Meinel
- Rev 2985: Fix bug #161131: Correct DirState._discard_merge_parents logic. in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/update_basis_161131
John Arbash Meinel
- Rev 2980: [merge] bzr.dev 2998 in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/remote_revid_to_revno_162486
John Arbash Meinel
- Rev 2999: Remove unused branch-name file. in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 2951: NEWS in http://bzr.arbash-meinel.com/branches/bzr/0.92-dev/repository_fetch_self_158333
John Arbash Meinel
- Rev 2950: Re-introduce the None check in case someone asks to uncommit *to* the last revision in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/uncommit_no_history
John Arbash Meinel
- Rev 2952: Repository.gather_stats() validly can get None for the revid. in http://bzr.arbash-meinel.com/branches/bzr/0.92-dev/repository_fetch_self_158333
John Arbash Meinel
- Rev 2999: Implement LRUCache.get() which acts like dict.get() in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/push_packs_to_knits
John Arbash Meinel
- Rev 3000: implement a faster path for copying from packs back to knits. in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/push_packs_to_knits
John Arbash Meinel
- Rev 2980: Merge bzr.dev 3004 in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 47: The message argument is a unicode string, not a plain str in http://bazaar.launchpad.net/%7Ebzr-pqm-devel/bzr-pqm/devel
John Arbash Meinel
- Rev 3027: Updated post-push hook to have the correct info in http://bzr.arbash-meinel.com/branches/bzr/bzr.dev
John Arbash Meinel
- Rev 3001: Respond to Aaron's requests in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/push_packs_to_knits
John Arbash Meinel
- Rev 3027: Fix bug #165061: Change the http readv code to require fewer ranges. in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/extra_range_collapse_165061
John Arbash Meinel
- Rev 3028: Make sure we allow _coalesce_offsets to combine more ranges. in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/extra_range_collapse_165061
John Arbash Meinel
- Rev 3029: Merge in Vincent's typo fix. in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/extra_range_collapse_165061
John Arbash Meinel
- Rev 3036: Address bug #59302 and fix documentation that uses single quotes. in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/doc
John Arbash Meinel
- Rev 3044: Minor comment cleanup. in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 1: Adding a command to update all of my bzr.dev mirrors at one time. in http://bzr.arbash-meinel.com/plugins/update_bzrdev
John Arbash Meinel
- Rev 3036: This was a redundant form in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/fetch_check_parents_165290
John Arbash Meinel
- Rev 3037: Add an interrepository test that when we are missing a basis text, in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/fetch_check_parents_165290
John Arbash Meinel
- Rev 3053: PackRepository.get_ancestry() tells its indexes that it should buffer before it starts grabbing all of history. in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 3054: Tests that buffer_all does load all child indices, and but only if they need it. in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/index_buffer_all
John Arbash Meinel
- Rev 3055: add a buffer_all call for get_revision_graph. in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/index_buffer_all
John Arbash Meinel
- Rev 3056: iter_reverse_revision_history also accesses most of the history. in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/index_buffer_all
John Arbash Meinel
- Rev 3053: (bug #172970) Switch revision.is_ancestor to use a graph search in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/is_ancestor_fix
John Arbash Meinel
- Rev 3053: (bug #172970) Switch revision.is_ancestor to use a graph search in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/is_ancestor_fix
John Arbash Meinel
- Rev 3053: (bug #172970) Change Branch.pull to need to generate_history less often. in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/pull_set_last_revision_info_172970
John Arbash Meinel
- Rev 3038: merge Robert's reconcile work. in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/fetch_check_parents_165290
John Arbash Meinel
- Rev 3054: Pack repositories need to be explicitly locked for graph().is_ancestor to work. in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/is_ancestor_fix
John Arbash Meinel
- Rev 3055: deprecate revision.is_ancestor, update the callers and the tests. in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/is_ancestor_fix
John Arbash Meinel
- Rev 3056: Special case when the candidate_descendant is also the NULL_REVISION in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/is_ancestor_fix
John Arbash Meinel
- Rev 3057: Fix up the is_ancestor checks in test_revision.py in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/is_ancestor_fix
John Arbash Meinel
- Rev 3058: Change the lock check to raise ObjectNotLocked. in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/is_ancestor_fix
John Arbash Meinel
- Rev 1: A simple LogFormatter that allows you to 'bzr log --rss' in http://bzr.arbash-meinel.com/plugins/log_rss
John Arbash Meinel
- Rev 3039: Fix bug #165290 by having the fetch code check that all external references are satisfied before it allows the data to be committed. in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/fetch_check_parents_165290
John Arbash Meinel
- Rev 3040: Rename function to remove _new_ (per Robert's suggestion) in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/fetch_check_parents_165290
John Arbash Meinel
- Rev 3041: Suggested by Robert: Move the missing externals check into part of Packer.pack() in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/fetch_check_parents_165290
John Arbash Meinel
- Rev 3059: [merge] bzr.dev 3060 in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/is_ancestor_fix
John Arbash Meinel
- Rev 3061: Merge in the 1.0rc1 NEWS, and fix changes that should be IN DEVELOPMENT in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
- Rev 3042: Merge in bzr.dev and updated NEWS for post 1.0rc1 in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/fetch_check_parents_165290
John Arbash Meinel
- Rev 3043: NEWS for bug #165290 in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/fetch_check_parents_165290
John Arbash Meinel
- Rev 3054: Use a Graph.heads() check to determine if the ancestries are compatible. in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/pull_set_last_revision_info_172970
John Arbash Meinel
- Rev 3055: [merge] bzr.dev 3061 in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/pull_set_last_revision_info_172970
John Arbash Meinel
- Rev 3056: If we are going to overwrite the target, we don't have to do in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/pull_set_last_revision_info_172970
John Arbash Meinel
- Rev 332: Merge adding tooltip to viz. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 333: Merge John's gcommit changes. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
- Rev 586: Merge 0.4.4. in file:///data/jelmer/bzr-svn/revprops/
Jelmer Vernooij
- Rev 587: Merge upstream. in file:///data/jelmer/bzr-svn/revprops/
Jelmer Vernooij
- Rev 588: Start setting revision properties. in file:///data/jelmer/bzr-svn/revprops/
Jelmer Vernooij
- Rev 785: Start working on revspec. in file:///data/jelmer/bzr-svn/revspec/
Jelmer Vernooij
- Rev 589: Update docs. in file:///data/jelmer/bzr-svn/revprops/
Jelmer Vernooij
- Rev 590: Merge upstream. in file:///data/jelmer/bzr-svn/revprops/
Jelmer Vernooij
- Rev 527: Merge upstream. in file:///data/jelmer/bzr-svn/ignore/
Jelmer Vernooij
- Rev 792: Give proper error when revspec is used against non-svn branch. in file:///data/jelmer/bzr-svn/0.4/
Jelmer Vernooij
- Rev 591: Merge upstream. in file:///data/jelmer/bzr-svn/revprops/
Jelmer Vernooij
- Rev 2: Add progress bar. in file:///data/jelmer/bzr-global-log/trunk/
Jelmer Vernooij
- Rev 3: Start working on database layer. in file:///data/jelmer/bzr-global-log/trunk/
Jelmer Vernooij
- Rev 4: Introduce simple stacked repository - no duplicate revisions printed anymore, at the cost of speed. in file:///data/jelmer/bzr-global-log/trunk/
Jelmer Vernooij
- Rev 5: make it possible to use the revision cache. in file:///data/jelmer/bzr-global-log/trunk/
Jelmer Vernooij
- Rev 6: Use sqlite cache in home directory for faster access. in file:///data/jelmer/bzr-global-log/trunk/
Jelmer Vernooij
- Rev 7: Lock to improve performance. in file:///data/jelmer/bzr-global-log/trunk/
Jelmer Vernooij
- Rev 8: Fix handling of inventory sha1, add global-stats command. in file:///data/jelmer/bzr-global-log/trunk/
Jelmer Vernooij
- Rev 9: Do some more locking. in file:///data/jelmer/bzr-global-log/trunk/
Jelmer Vernooij
- Rev 10: add command for just updating the cache. in file:///data/jelmer/bzr-global-log/trunk/
Jelmer Vernooij
- Rev 11: Change order, to make sure database can't contain inconsistent data. in file:///data/jelmer/bzr-global-log/trunk/
Jelmer Vernooij
- Rev 592: Add framework for svn-set-revprops command. in file:///data/jelmer/bzr-svn/revprops/
Jelmer Vernooij
Last message date:
Fri Nov 30 23:33:53 GMT 2007
Archived on: Wed Dec 5 00:22:30 GMT 2007
This archive was generated by
Pipermail 0.09 (Mailman edition).