diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2008-05-05 11:17:51 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2008-05-05 11:17:51 +0000 |
commit | c58d75474595389c35bb569346030f1c0a26e6d0 (patch) | |
tree | 45c3ae98cf89bcd97287d8f30268c58a1b288096 /devel/bzr | |
parent | 431aee557cc62b215f592a72f8b04c598db4974a (diff) | |
download | pkgsrc-c58d75474595389c35bb569346030f1c0a26e6d0.tar.gz |
Update to 1.4:
This release of Bazaar includes handy improvements to the speed of log and
status, new options for several commands, improved documentation, and better
hooks, including initial code for server-side hooks. A number of bugs have
been fixed, particularly in interoperability between different formats or
different releases of Bazaar over there network. There's been substantial
internal work in both the repository and network code to enable new features
and faster performance.
BUG FIXES:
* Pushing a branch in "dirstate" format (Branch5) over bzr+ssh would break
if the remote server was < version 1.2. This was due to a bug in the
RemoteRepository.get_parent_map() fallback code.
(John Arbash Meinel, Andrew Bennetts, #214894)
Diffstat (limited to 'devel/bzr')
-rw-r--r-- | devel/bzr/Makefile | 4 | ||||
-rw-r--r-- | devel/bzr/PLIST | 17 | ||||
-rw-r--r-- | devel/bzr/distinfo | 8 |
3 files changed, 19 insertions, 10 deletions
diff --git a/devel/bzr/Makefile b/devel/bzr/Makefile index f2364461d05..9139c3122de 100644 --- a/devel/bzr/Makefile +++ b/devel/bzr/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2008/04/25 20:39:08 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2008/05/05 11:17:51 xtraeme Exp $ # -DISTNAME= bzr-1.3.1 +DISTNAME= bzr-1.4 CATEGORIES= devel scm MASTER_SITES= http://bazaar-vcs.org/releases/src/ diff --git a/devel/bzr/PLIST b/devel/bzr/PLIST index 81ed28d6015..b64aa73ea27 100644 --- a/devel/bzr/PLIST +++ b/devel/bzr/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2008/04/07 20:10:10 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.17 2008/05/05 11:17:51 xtraeme Exp $ bin/bzr ${PYSITELIB}/bzrlib/__init__.py ${PYSITELIB}/bzrlib/__init__.pyc @@ -960,6 +960,18 @@ ${PYSITELIB}/bzrlib/tests/revisionstore_implementations/test_all.pyo ${PYSITELIB}/bzrlib/tests/stub_sftp.py ${PYSITELIB}/bzrlib/tests/stub_sftp.pyc ${PYSITELIB}/bzrlib/tests/stub_sftp.pyo +${PYSITELIB}/bzrlib/tests/test_mutabletree.py +${PYSITELIB}/bzrlib/tests/test_mutabletree.pyc +${PYSITELIB}/bzrlib/tests/test_mutabletree.pyo +${PYSITELIB}/bzrlib/tests/test_revisionspec.py +${PYSITELIB}/bzrlib/tests/test_revisionspec.pyc +${PYSITELIB}/bzrlib/tests/test_revisionspec.pyo +${PYSITELIB}/bzrlib/tests/test_uncommit.py +${PYSITELIB}/bzrlib/tests/test_uncommit.pyc +${PYSITELIB}/bzrlib/tests/test_uncommit.pyo +${PYSITELIB}/bzrlib/transport/nosmart.py +${PYSITELIB}/bzrlib/transport/nosmart.pyc +${PYSITELIB}/bzrlib/transport/nosmart.pyo ${PYSITELIB}/bzrlib/tests/test__dirstate_helpers.py ${PYSITELIB}/bzrlib/tests/test__dirstate_helpers.pyc ${PYSITELIB}/bzrlib/tests/test__dirstate_helpers.pyo @@ -1226,9 +1238,6 @@ ${PYSITELIB}/bzrlib/tests/test_revert.pyo ${PYSITELIB}/bzrlib/tests/test_revision.py ${PYSITELIB}/bzrlib/tests/test_revision.pyc ${PYSITELIB}/bzrlib/tests/test_revision.pyo -${PYSITELIB}/bzrlib/tests/test_revisionnamespaces.py -${PYSITELIB}/bzrlib/tests/test_revisionnamespaces.pyc -${PYSITELIB}/bzrlib/tests/test_revisionnamespaces.pyo ${PYSITELIB}/bzrlib/tests/test_revisiontree.py ${PYSITELIB}/bzrlib/tests/test_revisiontree.pyc ${PYSITELIB}/bzrlib/tests/test_revisiontree.pyo diff --git a/devel/bzr/distinfo b/devel/bzr/distinfo index 9ec9b6f6578..3104a221fd0 100644 --- a/devel/bzr/distinfo +++ b/devel/bzr/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.19 2008/04/16 14:44:43 xtraeme Exp $ +$NetBSD: distinfo,v 1.20 2008/05/05 11:17:51 xtraeme Exp $ -SHA1 (bzr-1.3.1.tar.gz) = b75745eb668972df895cbfa1164d3e894f5db027 -RMD160 (bzr-1.3.1.tar.gz) = ecf546b7d60f121acc885d797449214aa3eff7cb -Size (bzr-1.3.1.tar.gz) = 3478063 bytes +SHA1 (bzr-1.4.tar.gz) = 167460c57ca0d2983ccb9e9ecf8b673f4ca7566d +RMD160 (bzr-1.4.tar.gz) = 70f3686aa1aaa6e36b93962fe24b955aa0bd5552 +Size (bzr-1.4.tar.gz) = 3506804 bytes SHA1 (patch-aa) = 8eda90885b3127525330cd3432538fb2b4df98c1 SHA1 (patch-ab) = 2213a002f9bc0f5baba0554b6b375becf4d98d9c |