breezy 3.0.0~bzr6833-1 source package in Ubuntu

Changelog

breezy (3.0.0~bzr6833-1) unstable; urgency=low

  * New upstream snapshot.

 -- Jelmer Vernooij <email address hidden>  Mon, 04 Dec 2017 01:23:39 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
breezy_3.0.0~bzr6833-1.dsc 2.4 KiB 6e7824cdc90e2e1e383fe67eccd53b2e88d8c86a2b9f3942d9d3b9711fa0d11c
breezy_3.0.0~bzr6833.orig.tar.gz 8.0 MiB 2daef545216ad103c38a626a5d45afed8279064775be9fa25a5b1062eab1952e
breezy_3.0.0~bzr6833-1.debian.tar.xz 22.0 KiB 7cca479e18df1ca1e37e7fc20303c1a133d33d42481c546894ae83c7d8ca0c8b

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.