lp://qastaging/~ddaa/bzr/bzr.ddaa
My personal bzr branch.
- Get this branch:
- bzr branch lp://qastaging/~ddaa/bzr/bzr.ddaa
Branch merges
Branch information
- Location:
- http://ddaa.net/bzr/bzr.ddaa
- Last mirrored:
- Next mirror:
- Disabled
Updating branch...
Launchpad is processing new changes to this branch which will be available in a few minutes. Reload to see the changes.
Recent revisions
- 1582. By Martin Pool
-
[merge] goffredo's fetch/clone improvements
These speed up the operations by peeking into the inventory weave to see which
files are affected without extracting every inventory version. - 1576. By Robert Collins
-
* Test sftp with relative, absolute-in-homedir and absolute-
not-in- homedir
paths for the transport tests. Introduce blackbox remote sftp tests that
test the same permutations. (Robert Collins, Robey Pointer)* Transport implementation tests are now independent of the local file
system, which allows tests for esoteric transports, and for features
not available in the local file system. They also repeat for variations
on the URL scheme that can introduce issues in the transport code,
see bzrlib.transport. TransportTestPr oviderAdapter( ) for this.
(Robert Collins).* TestCase.build_tree uses the transport interface to build trees, pass
in a transport parameter to give it an existing connection.
(Robert Collins).