pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/bzr Update to 0.18:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6fa63bd0ef33
branches:  trunk
changeset: 531353:6fa63bd0ef33
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jul 28 14:48:17 2007 +0000

description:
Update to 0.18:

bzr 0.18  2007-07-17

  BUGFIXES

bzr 0.18rc1  2007-07-10

  BUGFIXES

  IMPROVEMENTS:

    * The --lsprof-file option now dumps a text rendering of the profiling
      information if the filename ends in ".txt". It will also convert the
      profiling information to a format suitable for KCacheGrind if the
      output filename ends in ".callgrind". Fixes to the lsprofcalltree
      conversion process by Jean Paul Calderone and Itamar were also merged.
      See http://ddaa.net/blog/python/lsprof-calltree. (Ian Clatworthy)

    * ``info`` now defaults to non-verbose mode, displaying only paths and
      abbreviated format info.  ``info -v`` displays all the information
      formerly displayed by ``info``.  (Aaron Bentley, Adeodato Simó)

    * ``bzr missing`` now has better option names ``--this`` and ``--other``.
      (Elliot Murphy)

    * The internal ``weave-list`` command has become ``versionedfile-list``,
      and now lists knits as well as weaves.  (Aaron Bentley)

    * Automatic merge base selection uses a faster algorithm that chooses
      better bases in criss-cross merge situations (Aaron Bentley)

    * Progress reporting in ``commit`` has been improved. The various logical
      stages are now reported on as follows, namely:

      * Collecting changes [Entry x/y] - Stage n/m
      * Saving data locally - Stage n/m
      * Uploading data to master branch - Stage n/m
      * Updating the working tree - Stage n/m
      * Running post commit hooks - Stage n/m

      If there is no master branch, the 3rd stage is omitted and the total
      number of stages is adjusted accordingly.

      Each hook that is run after commit is listed with a name (as hooks
      can be slow it is useful feedback).
      (Ian Clatworthy, Robert Collins)

    * Various operations that are now faster due to avoiding unnecessary
      topological sorts. (Aaron Bentley)

    * Make merge directives robust against broken bundles. (Aaron Bentley)

    * The lsprof filename note is emitted via trace.note(), not standard
      output.  (Aaron Bentley)

    * ``bzrlib`` now exports explicit API compatibility information to assist
      library users and plugins. See the ``bzrlib.api`` module for details.
      (Robert Collins)

    * Remove unnecessary lock probes when acquiring a lockdir.
      (Martin Pool)

    * ``bzr --version`` now shows the location of the bzr log file, which
      is especially useful on Windows.  (Martin Pool)

    * -D now supports hooks to get debug tracing of hooks (though its currently
      minimal in nature). (Robert Collins)

    * Long log format reports deltas on merge revisions.
      (John Arbash Meinel, Kent Gibson)

    * Make initial push over ftp more resilient. (John Arbash Meinel)

    * Print a summary of changes for update just like pull does.
      (Daniel Watkins, #113990)

    * Add a -Dhpss option to trace smart protocol requests and responses.
      (Andrew Bennetts)

diffstat:

 devel/bzr/Makefile |   4 ++--
 devel/bzr/PLIST    |  38 +++++++++++++++++++++++++++++++++++++-
 devel/bzr/distinfo |   8 ++++----
 3 files changed, 43 insertions(+), 7 deletions(-)

diffs (157 lines):

diff -r 747b4f5c782c -r 6fa63bd0ef33 devel/bzr/Makefile
--- a/devel/bzr/Makefile        Sat Jul 28 14:42:17 2007 +0000
+++ b/devel/bzr/Makefile        Sat Jul 28 14:48:17 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2007/07/08 19:53:21 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2007/07/28 14:48:17 wiz Exp $
 #
 
-DISTNAME=              bzr-0.17
+DISTNAME=              bzr-0.18
 CATEGORIES=            devel scm
 MASTER_SITES=          http://bazaar-vcs.org/releases/src/
 
diff -r 747b4f5c782c -r 6fa63bd0ef33 devel/bzr/PLIST
--- a/devel/bzr/PLIST   Sat Jul 28 14:42:17 2007 +0000
+++ b/devel/bzr/PLIST   Sat Jul 28 14:48:17 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2007/07/08 19:53:21 wiz Exp $
+@comment $NetBSD: PLIST,v 1.11 2007/07/28 14:48:17 wiz Exp $
 bin/bzr
 ${PYSITELIB}/bzrlib/__init__.py
 ${PYSITELIB}/bzrlib/__init__.pyc
@@ -9,6 +9,9 @@
 ${PYSITELIB}/bzrlib/annotate.py
 ${PYSITELIB}/bzrlib/annotate.pyc
 ${PYSITELIB}/bzrlib/annotate.pyo
+${PYSITELIB}/bzrlib/api.py
+${PYSITELIB}/bzrlib/api.pyc
+${PYSITELIB}/bzrlib/api.pyo
 ${PYSITELIB}/bzrlib/atomicfile.py
 ${PYSITELIB}/bzrlib/atomicfile.pyc
 ${PYSITELIB}/bzrlib/atomicfile.pyo
@@ -156,6 +159,9 @@
 ${PYSITELIB}/bzrlib/delta.py
 ${PYSITELIB}/bzrlib/delta.pyc
 ${PYSITELIB}/bzrlib/delta.pyo
+${PYSITELIB}/bzrlib/deprecated_graph.py
+${PYSITELIB}/bzrlib/deprecated_graph.pyc
+${PYSITELIB}/bzrlib/deprecated_graph.pyo
 ${PYSITELIB}/bzrlib/diff.py
 ${PYSITELIB}/bzrlib/diff.pyc
 ${PYSITELIB}/bzrlib/diff.pyo
@@ -290,6 +296,9 @@
 ${PYSITELIB}/bzrlib/osutils.py
 ${PYSITELIB}/bzrlib/osutils.pyc
 ${PYSITELIB}/bzrlib/osutils.pyo
+${PYSITELIB}/bzrlib/pack.py
+${PYSITELIB}/bzrlib/pack.pyc
+${PYSITELIB}/bzrlib/pack.pyo
 ${PYSITELIB}/bzrlib/patch.py
 ${PYSITELIB}/bzrlib/patch.pyc
 ${PYSITELIB}/bzrlib/patch.pyo
@@ -392,6 +401,9 @@
 ${PYSITELIB}/bzrlib/smart/vfs.py
 ${PYSITELIB}/bzrlib/smart/vfs.pyc
 ${PYSITELIB}/bzrlib/smart/vfs.pyo
+${PYSITELIB}/bzrlib/smtp_connection.py
+${PYSITELIB}/bzrlib/smtp_connection.pyc
+${PYSITELIB}/bzrlib/smtp_connection.pyo
 ${PYSITELIB}/bzrlib/status.py
 ${PYSITELIB}/bzrlib/status.pyc
 ${PYSITELIB}/bzrlib/status.pyo
@@ -539,6 +551,9 @@
 ${PYSITELIB}/bzrlib/tests/blackbox/test_ls.py
 ${PYSITELIB}/bzrlib/tests/blackbox/test_ls.pyc
 ${PYSITELIB}/bzrlib/tests/blackbox/test_ls.pyo
+${PYSITELIB}/bzrlib/tests/blackbox/test_lsprof.py
+${PYSITELIB}/bzrlib/tests/blackbox/test_lsprof.pyc
+${PYSITELIB}/bzrlib/tests/blackbox/test_lsprof.pyo
 ${PYSITELIB}/bzrlib/tests/blackbox/test_merge.py
 ${PYSITELIB}/bzrlib/tests/blackbox/test_merge.pyc
 ${PYSITELIB}/bzrlib/tests/blackbox/test_merge.pyo
@@ -833,6 +848,9 @@
 ${PYSITELIB}/bzrlib/tests/test_delta.py
 ${PYSITELIB}/bzrlib/tests/test_delta.pyc
 ${PYSITELIB}/bzrlib/tests/test_delta.pyo
+${PYSITELIB}/bzrlib/tests/test_deprecated_graph.py
+${PYSITELIB}/bzrlib/tests/test_deprecated_graph.pyc
+${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
@@ -875,6 +893,9 @@
 ${PYSITELIB}/bzrlib/tests/test_help.py
 ${PYSITELIB}/bzrlib/tests/test_help.pyc
 ${PYSITELIB}/bzrlib/tests/test_help.pyo
+${PYSITELIB}/bzrlib/tests/test_hooks.py
+${PYSITELIB}/bzrlib/tests/test_hooks.pyc
+${PYSITELIB}/bzrlib/tests/test_hooks.pyo
 ${PYSITELIB}/bzrlib/tests/test_http.py
 ${PYSITELIB}/bzrlib/tests/test_http.pyc
 ${PYSITELIB}/bzrlib/tests/test_http.pyo
@@ -890,6 +911,9 @@
 ${PYSITELIB}/bzrlib/tests/test_ignores.py
 ${PYSITELIB}/bzrlib/tests/test_ignores.pyc
 ${PYSITELIB}/bzrlib/tests/test_ignores.pyo
+${PYSITELIB}/bzrlib/tests/test_info.py
+${PYSITELIB}/bzrlib/tests/test_info.pyc
+${PYSITELIB}/bzrlib/tests/test_info.pyo
 ${PYSITELIB}/bzrlib/tests/test_inv.py
 ${PYSITELIB}/bzrlib/tests/test_inv.pyc
 ${PYSITELIB}/bzrlib/tests/test_inv.pyo
@@ -911,6 +935,9 @@
 ${PYSITELIB}/bzrlib/tests/test_log.py
 ${PYSITELIB}/bzrlib/tests/test_log.pyc
 ${PYSITELIB}/bzrlib/tests/test_log.pyo
+${PYSITELIB}/bzrlib/tests/test_lsprof.py
+${PYSITELIB}/bzrlib/tests/test_lsprof.pyc
+${PYSITELIB}/bzrlib/tests/test_lsprof.pyo
 ${PYSITELIB}/bzrlib/tests/test_memorytree.py
 ${PYSITELIB}/bzrlib/tests/test_memorytree.pyc
 ${PYSITELIB}/bzrlib/tests/test_memorytree.pyo
@@ -944,6 +971,9 @@
 ${PYSITELIB}/bzrlib/tests/test_osutils_encodings.py
 ${PYSITELIB}/bzrlib/tests/test_osutils_encodings.pyc
 ${PYSITELIB}/bzrlib/tests/test_osutils_encodings.pyo
+${PYSITELIB}/bzrlib/tests/test_pack.py
+${PYSITELIB}/bzrlib/tests/test_pack.pyc
+${PYSITELIB}/bzrlib/tests/test_pack.pyo
 ${PYSITELIB}/bzrlib/tests/test_patch.py
 ${PYSITELIB}/bzrlib/tests/test_patch.pyc
 ${PYSITELIB}/bzrlib/tests/test_patch.pyo
@@ -1030,6 +1060,9 @@
 ${PYSITELIB}/bzrlib/tests/test_smart_transport.py
 ${PYSITELIB}/bzrlib/tests/test_smart_transport.pyc
 ${PYSITELIB}/bzrlib/tests/test_smart_transport.pyo
+${PYSITELIB}/bzrlib/tests/test_smtp_connection.py
+${PYSITELIB}/bzrlib/tests/test_smtp_connection.pyc
+${PYSITELIB}/bzrlib/tests/test_smtp_connection.pyo
 ${PYSITELIB}/bzrlib/tests/test_source.py
 ${PYSITELIB}/bzrlib/tests/test_source.pyc
 ${PYSITELIB}/bzrlib/tests/test_source.pyo
@@ -1288,6 +1321,9 @@
 ${PYSITELIB}/bzrlib/transport/__init__.py
 ${PYSITELIB}/bzrlib/transport/__init__.pyc
 ${PYSITELIB}/bzrlib/transport/__init__.pyo
+${PYSITELIB}/bzrlib/transport/brokenrename.py
+${PYSITELIB}/bzrlib/transport/brokenrename.pyc
+${PYSITELIB}/bzrlib/transport/brokenrename.pyo
 ${PYSITELIB}/bzrlib/transport/chroot.py
 ${PYSITELIB}/bzrlib/transport/chroot.pyc
 ${PYSITELIB}/bzrlib/transport/chroot.pyo
diff -r 747b4f5c782c -r 6fa63bd0ef33 devel/bzr/distinfo
--- a/devel/bzr/distinfo        Sat Jul 28 14:42:17 2007 +0000
+++ b/devel/bzr/distinfo        Sat Jul 28 14:48:17 2007 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.12 2007/07/08 19:53:21 wiz Exp $
+$NetBSD: distinfo,v 1.13 2007/07/28 14:48:17 wiz Exp $
 
-SHA1 (bzr-0.17.tar.gz) = bd5b8fb0a4ee73f023e7b1cf365fc3aa1064ca12
-RMD160 (bzr-0.17.tar.gz) = f459a59013242e985403e3d451ee8d3c0f3d38b8
-Size (bzr-0.17.tar.gz) = 1500584 bytes
+SHA1 (bzr-0.18.tar.gz) = 71a71f6079ab22d0fa6296132dcbfa2dbc1f9756
+RMD160 (bzr-0.18.tar.gz) = 67b58c7ec07757bea36a822b92062e79c8b367dc
+Size (bzr-0.18.tar.gz) = 1552961 bytes
 SHA1 (patch-aa) = 8eda90885b3127525330cd3432538fb2b4df98c1
 SHA1 (patch-ab) = 6b4621cf71d0f0f9061d34cf954d18c8d0fbc0b4



Home | Main Index | Thread Index | Old Index