breezy 3.0.0~bzr6792-3 source package in Ubuntu

Changelog

breezy (3.0.0~bzr6792-3) unstable; urgency=medium

  * Add 14_test_server: Fix test_server test failure on FreeBSD.

 -- Jelmer Vernooij <email address hidden>  Sun, 08 Oct 2017 16:30:44 +0100

Upload details

Uploaded by:
Debian Bazaar Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Bazaar Maintainers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
breezy_3.0.0~bzr6792-3.dsc 2.4 KiB 4aed8b0fb10951cbf6f4f69491813fd89d41614687ce620ca6b72982f54f05bc
breezy_3.0.0~bzr6792.orig.tar.gz 10.3 MiB 8675b2d925527340920b0054c98cdb9fc9a5970f93ac067208ee26d2fd04d218
breezy_3.0.0~bzr6792-3.debian.tar.xz 201.5 KiB 766c9f5c5944e15841a0a3062bc38b786defdd256dd4f51c3c47eaa658179ce9

No changes file available.

Binary packages built by this source

brz: easy to use distributed version control system

 Breezy is a distributed version control system designed to be easy to
 use and intuitive, able to adapt to many workflows, reliable, and
 easily extendable.
 .
 Publishing of branches can be done over plain HTTP, that is, no special
 software is needed on the server to host Breezy branches. Branches can
 be pushed to the server via sftp (which most SSH installations come
 with), FTP, or over a custom and faster protocol if brz is installed in
 the remote end.
 .
 Merging in Breezy is easy, as the implementation is able to avoid many
 spurious conflicts, deals well with repeated merges between branches,
 and is able to handle modifications to renamed files correctly.
 .
 Install python-paramiko if you are going to push branches to remote
 hosts with sftp.

brz-doc: easy to use distributed version control system (documentation)

 Breezy is a distributed version control system designed to be easy to
 use and intuitive, able to adapt to many workflows, reliable, and
 easily extendable.
 .
 Publishing of branches can be done over plain HTTP, that is, no special
 software is needed on the server to host Breezy branches. Branches can
 be pushed to the server via sftp (which most SSH installations come
 with), FTP, or over a custom and faster protocol if brz is installed in
 the remote end.
 .
 Merging in Breezy is easy, as the implementation is able to avoid many
 spurious conflicts, deals well with repeated merges between branches,
 and is able to handle modifications to renamed files correctly.
 .
 This package provides the documentation.

python-breezy: distributed version control system - python library

 Breezy is a distributed version control system designed to be easy to
 use and intuitive, able to adapt to many workflows, reliable, and
 easily extendable.
 .
 This package contains the Breezy Python library.
 .
 Install python-paramiko for sftp transport support.

python-breezy-dbg: distributed version control system - debug extension

 Breezy is a distributed version control system designed to be easy to
 use and intuitive, able to adapt to many workflows, reliable, and
 easily extendable.
 .
 This package contains the debug extension for the Breezy Python library.

python-breezy.tests: distributed version control system - testsuite

 Breezy is a distributed version control system designed to be easy to
 use and intuitive, able to adapt to many workflows, reliable, and
 easily extendable.
 .
 This package contains the breezy test infrastructure and testsuite,
 which is required to run the 'brz selftest' command and to run
 plugin tests.