summaryrefslogtreecommitdiff
path: root/devel/bzr
diff options
context:
space:
mode:
authorepg <epg>2008-07-20 09:02:51 +0000
committerepg <epg>2008-07-20 09:02:51 +0000
commitdda01098f7054c5a753c1418b4fe45805d102bf0 (patch)
treeec7a7a75d592681fe22cc2c7bee6229fa7afaf14 /devel/bzr
parent70ae1c31953a396888faafcbb61557573eee96bc (diff)
downloadpkgsrc-dda01098f7054c5a753c1418b4fe45805d102bf0.tar.gz
- sort PLIST
- update to: bzr 1.5 2008-05-16 ------------------ This release of Bazaar includes several updates to the documentation, and fixes to prepare for making rich root support the default format. Many bugs have been squashed, including fixes to log, bzr+ssh inter-operation with older servers. CHANGES: * Suppress deprecation warnings when bzrlib is a 'final' release. This way users of packaged software won't be bothered with DeprecationWarnings, but developers and testers will still see them. (John Arbash Meinel) DOCUMENTATION: * Incorporate feedback from Jelmer Vernooij and Neil Martinsen-Burrell on the plugin and integration chapters of the User Guide. (Ian Clatworthy) bzr 1.5rc1 2008-05-09 --------------------- NOTES WHEN UPGRADING: CHANGES: * Broader support of GNU Emacs mail clients. Set ``mail_client=emacsclient`` in your bazaar.conf and ``send`` will pop the bundle in a mail buffer according to the value of ``mail-user-agent`` variable. (Xavier Maillard) FEATURES: IMPROVEMENTS: * Diff now handles revision specs like "branch:" and "submit:" more efficiently. (Aaron Bentley) * More friendly error given when attempt to start the smart server on an address already in use. (Andrea Corbellini, #200575) * Pull completes much faster when there is nothing to pull. (Aaron Bentley) BUGFIXES: * Authentication.conf can define sections without password. (Vincent Ladeuil, #199440) * Avoid muttering every time a child update does not cause a progress bar update. (John Arbash Meinel, #213771) * ``Branch.reconcile()`` is now implemented. This allows ``bzr reconcile`` to fix when a Branch has a non-canonical mainline history. ``bzr check`` also detects this condition. (John Arbash Meinel, #177855) * ``bzr commit`` now works with Microsoft's FTP service. (Andreas Deininger) * Catch definitions outside sections in authentication.conf. (Vincent Ladeuil, #217650) * Conversion from non-rich-root to rich-root(-pack) updates inventory sha1s, even when bundles are used. (Aaron Bentley, #181391) * Conversion from non-rich-root to rich-root(-pack) works correctly even though search keys are not topologically sorted. (Aaron Bentley) * Conversion from non-rich-root to rich-root(-pack) works even when a parent revision has a different root id. (Aaron Bentley, #177874) * Disable strace testing until strace is fixed (see bug #103133) and emit a warning when selftest ends to remind us of leaking tests. (Vincent Ladeuil, #226769) * Fetching all revisions from a repository does not cause pack collisions. (Robert Collins, Aaron Bentley, #212908) * Fix error about "attempt to add line-delta in non-delta knit". (Andrew Bennetts, #217701) * 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, #214894) * Remove leftover code in ``bzr_branch`` that inappropriately creates a ``branch-name`` file in the branch control directory. (Martin Pool) * Set SO_REUSEADDR on server sockets of ``bzr serve`` to avoid problems rebinding the socket when starting the server a second time. (John Arbash Meinel, Martin Pool, #164288) * Severe performance degradation in fetching from knit repositories to knits and packs due to parsing the entire revisions.kndx on every graph walk iteration fixed by using the Repository.get_graph API. There was another regression in knit => knit fetching which re-read the index for every revision each side had in common. (Robert Collins, John Arbash Meinel) * When logging the changes to a particular file, there was a bug if there were ghosts in the revision ancestry. (John Arbash Meinel, #209948) DOCUMENTATION: * Expanded the User Guide to include new chapters on popular plugins and integrating Bazaar into your environment. The *Best practices* chapter was renamed to *Miscellaneous topics* as suggested by community feedback as well. (Ian Clatworthy) * Document outlining strategies for TortoiseBzr. (Mark Hammond) * Improved the documentation on hooks. (Ian Clatworthy) * Update authentication docs regarding ssh agents. (Vincent Ladeuil, #183705) TESTING: * Add ``thread_name_suffix`` parameter to SmartTCPServer_for_testing, to make it easy to identify which test spawned a thread with an unhandled exception. (Andrew Bennetts) * New ``--debugflag``/``-E`` option to ``bzr selftest`` for setting options for debugging tests, these are complementary to the the -D options. The ``-Dselftest_debug`` global option has been replaced by the ``-E=allow_debug`` option for selftest. (Andrew Bennetts) * Parameterised test ids are preserved correctly to aid diagnosis of test failures. (Robert Collins, Andrew Bennetts) * The test suite modules have been modified to define load_tests() instead of test_suite(). That speeds up selective loading (via --load-list) significantly and provides many examples on how to migrate (grep for load_tests). (Vincent Ladeuil) INTERNALS: * ``Hooks.install_hook`` is now deprecated in favour of ``Hooks.install_named_hook`` which adds a required ``name`` parameter, to avoid having to call ``Hooks.name_hook``. (Daniel Watkins) * Implement xml8 serializer. (Aaron Bentley) * New form ``@deprecated_method(deprecated_in(1, 5, 0))`` for making deprecation wrappers. (Martin Pool) * ``Repository.revision_parents`` is now deprecated in favour of ``Repository.get_parent_map([revid])[revid]``. (Jelmer Vernooij) * The Python ``assert`` statement is no longer used in Bazaar source, and a test checks this. (Martin Pool) API BREAKS: * ``bzrlib.status.show_pending_merges`` requires the repository to be locked by the caller. Callers should have been doing it anyway, but it will now raise an exception if they do not. (John Arbash Meinel) * Repository.get_data_stream, Repository.get_data_stream_for_search(), Repository.get_deltas_for_revsions(), Repository.revision_trees(), Repository.item_keys_introduced_by() no longer take read locks. (Aaron Bentley) * ``LockableFiles.get_utf8`` is deprecated, as a start towards removing LockableFiles and ``.control_files`` entirely. (Martin Pool) * Methods deprecated prior to 1.1 have been removed. (Martin Pool)
Diffstat (limited to 'devel/bzr')
-rw-r--r--devel/bzr/Makefile4
-rw-r--r--devel/bzr/PLIST65
-rw-r--r--devel/bzr/distinfo8
3 files changed, 46 insertions, 31 deletions
diff --git a/devel/bzr/Makefile b/devel/bzr/Makefile
index 126bfae81b0..7f261779dd2 100644
--- a/devel/bzr/Makefile
+++ b/devel/bzr/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2008/07/14 12:56:01 joerg Exp $
+# $NetBSD: Makefile,v 1.27 2008/07/20 09:02:51 epg Exp $
#
-DISTNAME= bzr-1.4
+DISTNAME= bzr-1.5
CATEGORIES= devel scm
MASTER_SITES= http://bazaar-vcs.org/releases/src/
diff --git a/devel/bzr/PLIST b/devel/bzr/PLIST
index b64aa73ea27..55bf2abf594 100644
--- a/devel/bzr/PLIST
+++ b/devel/bzr/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2008/05/05 11:17:51 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.18 2008/07/20 09:02:51 epg Exp $
bin/bzr
${PYSITELIB}/bzrlib/__init__.py
${PYSITELIB}/bzrlib/__init__.pyc
@@ -189,6 +189,12 @@ ${PYSITELIB}/bzrlib/deprecated_graph.pyo
${PYSITELIB}/bzrlib/diff.py
${PYSITELIB}/bzrlib/diff.pyc
${PYSITELIB}/bzrlib/diff.pyo
+${PYSITELIB}/bzrlib/directory_service.py
+${PYSITELIB}/bzrlib/directory_service.py
+${PYSITELIB}/bzrlib/directory_service.pyc
+${PYSITELIB}/bzrlib/directory_service.pyc
+${PYSITELIB}/bzrlib/directory_service.pyo
+${PYSITELIB}/bzrlib/directory_service.pyo
${PYSITELIB}/bzrlib/dirstate.py
${PYSITELIB}/bzrlib/dirstate.pyc
${PYSITELIB}/bzrlib/dirstate.pyo
@@ -381,18 +387,6 @@ ${PYSITELIB}/bzrlib/plugins/launchpad/test_lp_service.pyo
${PYSITELIB}/bzrlib/plugins/launchpad/test_register.py
${PYSITELIB}/bzrlib/plugins/launchpad/test_register.pyc
${PYSITELIB}/bzrlib/plugins/launchpad/test_register.pyo
-${PYSITELIB}/bzrlib/directory_service.py
-${PYSITELIB}/bzrlib/directory_service.pyc
-${PYSITELIB}/bzrlib/directory_service.pyo
-${PYSITELIB}/bzrlib/tests/blackbox/test_hooks.py
-${PYSITELIB}/bzrlib/tests/blackbox/test_hooks.pyc
-${PYSITELIB}/bzrlib/tests/blackbox/test_hooks.pyo
-${PYSITELIB}/bzrlib/tests/test_directory_service.py
-${PYSITELIB}/bzrlib/tests/test_directory_service.pyc
-${PYSITELIB}/bzrlib/tests/test_directory_service.pyo
-${PYSITELIB}/bzrlib/tests/tree_implementations/test_annotate_iter.py
-${PYSITELIB}/bzrlib/tests/tree_implementations/test_annotate_iter.pyc
-${PYSITELIB}/bzrlib/tests/tree_implementations/test_annotate_iter.pyo
${PYSITELIB}/bzrlib/progress.py
${PYSITELIB}/bzrlib/progress.pyc
${PYSITELIB}/bzrlib/progress.pyo
@@ -591,6 +585,9 @@ ${PYSITELIB}/bzrlib/tests/blackbox/test_find_merge_base.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_help.py
${PYSITELIB}/bzrlib/tests/blackbox/test_help.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_help.pyo
+${PYSITELIB}/bzrlib/tests/blackbox/test_hooks.py
+${PYSITELIB}/bzrlib/tests/blackbox/test_hooks.pyc
+${PYSITELIB}/bzrlib/tests/blackbox/test_hooks.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_ignore.py
${PYSITELIB}/bzrlib/tests/blackbox/test_ignore.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_ignore.pyo
@@ -753,6 +750,9 @@ ${PYSITELIB}/bzrlib/tests/branch_implementations/test_branch.pyo
${PYSITELIB}/bzrlib/tests/branch_implementations/test_break_lock.py
${PYSITELIB}/bzrlib/tests/branch_implementations/test_break_lock.pyc
${PYSITELIB}/bzrlib/tests/branch_implementations/test_break_lock.pyo
+${PYSITELIB}/bzrlib/tests/branch_implementations/test_check.py
+${PYSITELIB}/bzrlib/tests/branch_implementations/test_check.pyc
+${PYSITELIB}/bzrlib/tests/branch_implementations/test_check.pyo
${PYSITELIB}/bzrlib/tests/branch_implementations/test_commit.py
${PYSITELIB}/bzrlib/tests/branch_implementations/test_commit.pyc
${PYSITELIB}/bzrlib/tests/branch_implementations/test_commit.pyo
@@ -786,6 +786,9 @@ ${PYSITELIB}/bzrlib/tests/branch_implementations/test_pull.pyo
${PYSITELIB}/bzrlib/tests/branch_implementations/test_push.py
${PYSITELIB}/bzrlib/tests/branch_implementations/test_push.pyc
${PYSITELIB}/bzrlib/tests/branch_implementations/test_push.pyo
+${PYSITELIB}/bzrlib/tests/branch_implementations/test_reconcile.py
+${PYSITELIB}/bzrlib/tests/branch_implementations/test_reconcile.pyc
+${PYSITELIB}/bzrlib/tests/branch_implementations/test_reconcile.pyo
${PYSITELIB}/bzrlib/tests/branch_implementations/test_revision_history.py
${PYSITELIB}/bzrlib/tests/branch_implementations/test_revision_history.pyc
${PYSITELIB}/bzrlib/tests/branch_implementations/test_revision_history.pyo
@@ -858,6 +861,9 @@ ${PYSITELIB}/bzrlib/tests/http_utils.pyo
${PYSITELIB}/bzrlib/tests/interrepository_implementations/__init__.py
${PYSITELIB}/bzrlib/tests/interrepository_implementations/__init__.pyc
${PYSITELIB}/bzrlib/tests/interrepository_implementations/__init__.pyo
+${PYSITELIB}/bzrlib/tests/interrepository_implementations/test_fetch.py
+${PYSITELIB}/bzrlib/tests/interrepository_implementations/test_fetch.pyc
+${PYSITELIB}/bzrlib/tests/interrepository_implementations/test_fetch.pyo
${PYSITELIB}/bzrlib/tests/interrepository_implementations/test_interrepository.py
${PYSITELIB}/bzrlib/tests/interrepository_implementations/test_interrepository.pyc
${PYSITELIB}/bzrlib/tests/interrepository_implementations/test_interrepository.pyo
@@ -960,18 +966,6 @@ ${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
@@ -1041,6 +1035,9 @@ ${PYSITELIB}/bzrlib/tests/test_deprecated_graph.pyo
${PYSITELIB}/bzrlib/tests/test_diff.py
${PYSITELIB}/bzrlib/tests/test_diff.pyc
${PYSITELIB}/bzrlib/tests/test_diff.pyo
+${PYSITELIB}/bzrlib/tests/test_directory_service.py
+${PYSITELIB}/bzrlib/tests/test_directory_service.pyc
+${PYSITELIB}/bzrlib/tests/test_directory_service.pyo
${PYSITELIB}/bzrlib/tests/test_dirstate.py
${PYSITELIB}/bzrlib/tests/test_dirstate.pyc
${PYSITELIB}/bzrlib/tests/test_dirstate.pyo
@@ -1164,6 +1161,9 @@ ${PYSITELIB}/bzrlib/tests/test_msgeditor.pyo
${PYSITELIB}/bzrlib/tests/test_multiparent.py
${PYSITELIB}/bzrlib/tests/test_multiparent.pyc
${PYSITELIB}/bzrlib/tests/test_multiparent.pyo
+${PYSITELIB}/bzrlib/tests/test_mutabletree.py
+${PYSITELIB}/bzrlib/tests/test_mutabletree.pyc
+${PYSITELIB}/bzrlib/tests/test_mutabletree.pyo
${PYSITELIB}/bzrlib/tests/test_nonascii.py
${PYSITELIB}/bzrlib/tests/test_nonascii.pyc
${PYSITELIB}/bzrlib/tests/test_nonascii.pyo
@@ -1238,6 +1238,9 @@ ${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_revisionspec.py
+${PYSITELIB}/bzrlib/tests/test_revisionspec.pyc
+${PYSITELIB}/bzrlib/tests/test_revisionspec.pyo
${PYSITELIB}/bzrlib/tests/test_revisiontree.py
${PYSITELIB}/bzrlib/tests/test_revisiontree.pyc
${PYSITELIB}/bzrlib/tests/test_revisiontree.pyo
@@ -1337,6 +1340,9 @@ ${PYSITELIB}/bzrlib/tests/test_tuned_gzip.pyo
${PYSITELIB}/bzrlib/tests/test_ui.py
${PYSITELIB}/bzrlib/tests/test_ui.pyc
${PYSITELIB}/bzrlib/tests/test_ui.pyo
+${PYSITELIB}/bzrlib/tests/test_uncommit.py
+${PYSITELIB}/bzrlib/tests/test_uncommit.pyc
+${PYSITELIB}/bzrlib/tests/test_uncommit.pyo
${PYSITELIB}/bzrlib/tests/test_upgrade.py
${PYSITELIB}/bzrlib/tests/test_upgrade.pyc
${PYSITELIB}/bzrlib/tests/test_upgrade.pyo
@@ -1379,6 +1385,9 @@ ${PYSITELIB}/bzrlib/tests/transport_util.pyo
${PYSITELIB}/bzrlib/tests/tree_implementations/__init__.py
${PYSITELIB}/bzrlib/tests/tree_implementations/__init__.pyc
${PYSITELIB}/bzrlib/tests/tree_implementations/__init__.pyo
+${PYSITELIB}/bzrlib/tests/tree_implementations/test_annotate_iter.py
+${PYSITELIB}/bzrlib/tests/tree_implementations/test_annotate_iter.pyc
+${PYSITELIB}/bzrlib/tests/tree_implementations/test_annotate_iter.pyo
${PYSITELIB}/bzrlib/tests/tree_implementations/test_get_file_mtime.py
${PYSITELIB}/bzrlib/tests/tree_implementations/test_get_file_mtime.pyc
${PYSITELIB}/bzrlib/tests/tree_implementations/test_get_file_mtime.pyo
@@ -1589,6 +1598,9 @@ ${PYSITELIB}/bzrlib/transport/local.pyo
${PYSITELIB}/bzrlib/transport/memory.py
${PYSITELIB}/bzrlib/transport/memory.pyc
${PYSITELIB}/bzrlib/transport/memory.pyo
+${PYSITELIB}/bzrlib/transport/nosmart.py
+${PYSITELIB}/bzrlib/transport/nosmart.pyc
+${PYSITELIB}/bzrlib/transport/nosmart.pyo
${PYSITELIB}/bzrlib/transport/readonly.py
${PYSITELIB}/bzrlib/transport/readonly.pyc
${PYSITELIB}/bzrlib/transport/readonly.pyo
@@ -1724,6 +1736,9 @@ ${PYSITELIB}/bzrlib/xml6.pyo
${PYSITELIB}/bzrlib/xml7.py
${PYSITELIB}/bzrlib/xml7.pyc
${PYSITELIB}/bzrlib/xml7.pyo
+${PYSITELIB}/bzrlib/xml8.py
+${PYSITELIB}/bzrlib/xml8.pyc
+${PYSITELIB}/bzrlib/xml8.pyo
${PYSITELIB}/bzrlib/xml_serializer.py
${PYSITELIB}/bzrlib/xml_serializer.pyc
${PYSITELIB}/bzrlib/xml_serializer.pyo
diff --git a/devel/bzr/distinfo b/devel/bzr/distinfo
index 3104a221fd0..b4b1bee940d 100644
--- a/devel/bzr/distinfo
+++ b/devel/bzr/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.20 2008/05/05 11:17:51 xtraeme Exp $
+$NetBSD: distinfo,v 1.21 2008/07/20 09:02:51 epg Exp $
-SHA1 (bzr-1.4.tar.gz) = 167460c57ca0d2983ccb9e9ecf8b673f4ca7566d
-RMD160 (bzr-1.4.tar.gz) = 70f3686aa1aaa6e36b93962fe24b955aa0bd5552
-Size (bzr-1.4.tar.gz) = 3506804 bytes
+SHA1 (bzr-1.5.tar.gz) = 24fa534e64d5a0060b38fb0a40d1752f50274a41
+RMD160 (bzr-1.5.tar.gz) = 6a63e69f1d77ff389f11f33f7bddd824d134fc5e
+Size (bzr-1.5.tar.gz) = 3535058 bytes
SHA1 (patch-aa) = 8eda90885b3127525330cd3432538fb2b4df98c1
SHA1 (patch-ab) = 2213a002f9bc0f5baba0554b6b375becf4d98d9c