breezy 3.0.0~bzr6819-1 source package in Ubuntu

Changelog

breezy (3.0.0~bzr6819-1) unstable; urgency=medium

  * New upstream snapshot.

 -- Jelmer Vernooij <email address hidden>  Sun, 19 Nov 2017 19:11:16 +0000

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~bzr6819-1.dsc 2.4 KiB e7ef22e915ecd9c93b56ccc5ee98c9b42afff24d3ad1b51b342c001d1e413c92
breezy_3.0.0~bzr6819.orig.tar.gz 8.0 MiB 34095fe1dfd63cc9ad8b236346c50d93588030d31e6aee2116199d2e6db7c684
breezy_3.0.0~bzr6819-1.debian.tar.xz 22.0 KiB 7b448f82df64d399f41997b2c57acf48106d78ccb4f6776a2a743e91de19b0d9

Available diffs

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.