September 2006 Archives by thread
Starting: Fri Sep 1 18:29:57 BST 2006
Ending: Fri Sep 29 21:57:29 BST 2006
Messages: 152
- Rev 1980: (vila) cleanup http changes in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 1981: (jam) fix bug #57723: failure when using SQUID proxy in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 1982: (robertc) integrate merge_from_branch patch: adds a convenience method "merge_from_branch" to WorkingTree. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 79: Handle empty files more gracefully. Fixes #58951. in file:///home/jelmer/bzr/bzr-gtk/
Jelmer Vernooij
- Rev 1983: (jam) run_bzr_subprocess can remove env vars in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 1984: (bialix): win32 test fixes in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 80: Integrate nautilus-bzr. in file:///home/jelmer/bzr/bzr-gtk/
Jelmer Vernooij
- Rev 1985: (robertc) Add symbol_versioning.deprecation_string, a helper for establishing what a deprecation warning for a symbol, version-format pair will look like. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 1986: (robertc) Add TestCase.applyDeprecated, a common-case helper for testing deprecated functions. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 81: Remove unnecessary "#!/usr/bin/python" shebang lines (fixes #59125). in file:///home/jelmer/bzr/bzr-gtk/
Jelmer Vernooij
- Rev 1987: Improve conflict message for deleting directories with contents in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 1988: (jam) create Transport.*_{file, bytes} in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 1989: (jam) delay creating knit contents for significantly better new commit and push performance in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 1990: (jam) Update how we cleanup the environment, and run_bzr_subprocess can take universal_newlines=True in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 1991: (jam) separate out test working from test home in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 1992: (robertc) Improve performance of bzr commit by eliminating the need for one inventory parse. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 1993: (robertc) Deprecate WorkingTree.pending_merges. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 1994: (jam) add a tutorial on centralized workflow in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 1995: (jam) remove more env vars than just LANG in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 1996: (robey) remove hasattr and == None in favor of getattr() and is None in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 1997: Add new format to support nested trees in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 1998: (jam) save a round trip during locking using put_bytes_non_atomic in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 1999: (moy) fixes for revno:N:branch/path in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2000: (robertc) Partial fix for bug #39542 - allow lightweight checkouts over http. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2001: (vila) Fix bug #59835: avoid e.code for URLErrors in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2002: merge bzr-0.10 into bzr.dev in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2003: (jam) add more verbose logging when run_bzr_subprocess fails in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2004: (jam) lazy_import module allows on-demand loading of objects, can help startup time in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2005: (Andrew Bennetts, Robert Collins, Martin Pool) Various cosmetic improvements to docstrings and comments throughout bzrlib. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2006: (Andrew Bennetts, Robert Collins) sort the output of listdir in add.py, so that adds are in lexographic order, not filesystem order. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2007: (Andrew Bennetts, Robert Collins, Martin Pool) Refactor BzrDir.open and BzrDir.open_containing_from_transport to use a single common helper open_from_transport. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2008: (Andrew Bennetts, Robert Collins, Martin Pool) Make BzrNewError more robust against usage bugs - catch TypeError for badly type format strings. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2009: (Andrew Bennetts, Robert Collins, Martin Pool) Allow make_bzrdir on TestCaseWithTransport to create it correctly on all transports, allowing directory formats that require a non-local transport to be testable. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2010: (Andrew Bennetts, Robert Collins, Martin Pool) Ensure consistent behaviour at the root of transports for clone/abspath. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2011: (Martin Pool) Make it optional for transports to implement lock_read and lock_write by testing that they either work or raise TransportNotPossible. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2012: (Andrew Bennetts, Robert Collins) Create a new test helper start_bzr_subprocess which is paired with finish_bzr_subprocess, allowing tests that need to interact with the upcoming bzr serve command. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2013: (jam, moy) skip tests when dependencies aren't available in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2014: (spiv, jam) fallback to Paramiko if ssh is not available in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2015: (spiv, mpool, robertc) Create a RPC protocol as the building blocks for a smart server in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2016: (jam) don't use deprecated pending_merges for 'bzr update' in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2017: (jam) raise ShortReadvError when we don't get back enough data in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2018: (robertc) Add MemoryTree and TreeBuilder test helpers. Also test behavior of transport.has('/') which caused failures in this when merging, and as a result cleanup the sftp path normalisation logic. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2019: (Robert Collins) Change the Branch bind method to just bind rather than binding and pushing (fixes #43744 and #39542) in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2020: (John Arbash Meinel, Robert Collins) Implement readv and put_bytes_nonatomic for the SmartTransport. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2021: (Andrew Bennetts, Robert Collins) Add bzr+ssh:// url support and turn the smart server into a anonymous readonly server by default. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2022: Trivially cleanup BRANCH.TODO in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2023: Fix deprecated use of pending_merges in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2024: Update revert documentation in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2025: (jam) fix StopIteration error: bug #46871 in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- spam on commits list
Martin Pool
- Rev 2026: (cfbolz) Throw away disk logfile if not used in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2027: (jam) export utf-8 paths to tarballs and zipfiles in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- yo
jwyatt at webbschool.com
- Rev 2028: (jam) Add command 'bzr version-info' in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2029: (jam, abentley) Fix bug #56549 by making TreeTransform._set_mode stat the right file in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2030: (marien, mbp) python2.5 and elementtree fixes in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2031: (abentley) Another test for TreeTransform.create_file() in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2032: (jam) fixes for rio and version-info in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2033: Make commit puke on unversioned files in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2034: (jam) fix bug #56814, don't fail when annotating an empty file in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2035: (jam) allow 'bzr inventory filename' (bug #3631) in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2036: (jam) fix handling of directories in zip exports in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2037: (jam) don't delete logs for failed tests (and ensure this with new tests) in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2038: (Robert Collins) bzr 0.11rc1 has branch, bump bzr.dev version to 0.12 in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2039: (Robert Collins) Add 0.12 deprecation symbol. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2040: cleanup progress properly when interrupted during fetch (#54000) in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2041: (jam) add working_dir= parameter to run_bzr* functions in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2042: Condense help command listings in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2043: (Andrew Bennetts, Robert Collins) Set smart server test sockets to be blocking in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2044: (jam) fix commit performance regression in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2045: (Robert Collins) Forward merge from 0.11rc2 NEWS and performance-regression fix. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2046: [merge] Lukáš Lalinský: fix 'bzr serve' for win32 in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2047: Lukáš Lalinský: TransportNotPossible has a bad docstring in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2048: Add support for bundles and testaments with roots in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2049: Revert deletes files that don't exist in target if not locally modified in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2050: (jam) tests that expect LockContention should timeout sooner in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2051: (mbp) find elementtree from python2.5 in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2052: (vila) Provide cloning hint to children of HttpTransportBase in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2053: Lukáš Lalinský: Windows-speficic smart server transport selftest fixes. in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2054: Implement BzrDir.destroy_tree and destroy_tree_metadata in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2055: (bialix) win32 needs binary line-endings for a test in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2056: (jam) find python2.5 if 2.4 is not available in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
- Rev 2057: (jam) Clean up BZR_HOME in ENV for the test suite in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
Last message date:
Fri Sep 29 21:57:29 BST 2006
Archived on: Sat Sep 30 15:47:51 BST 2006
This archive was generated by
Pipermail 0.09 (Mailman edition).