summaryrefslogtreecommitdiff
path: root/devel/bzr
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-12-07 17:07:40 +0000
committerwiz <wiz@pkgsrc.org>2006-12-07 17:07:40 +0000
commitb57a34e9045b31dd41762cf170632ae23b97d8b7 (patch)
tree55035450b3ba169e6b5affb433caa2f4207c52f5 /devel/bzr
parent18b2fb4e97d93f1e3ea1e899da64ef4ec15cd68b (diff)
downloadpkgsrc-b57a34e9045b31dd41762cf170632ae23b97d8b7.tar.gz
Update to 0.13:
bzr 0.13 2006-12-05 No changes from 0.13rc1 bzr 0.13rc1 2006-11-27 IMPROVEMENTS: * New command ``bzr remove-tree`` allows the removal of the working tree from a branch. (Daniel Silverstone) * urllib uses shared keep-alive connections, so http operations are substantially faster. (Vincent Ladeuil, #53654) * ``bzr export`` allows an optional branch parameter, to export a bzr tree from some other url. For example: ``bzr export bzr.tar.gz http://bazaar-vcs.org/bzr/bzr.dev`` (Daniel Silverstone) * Added ``bzr help topics`` to the bzr help system. This gives a location for general information, outside of a specific command. This includes updates for ``bzr help revisionspec`` the first topic included. (Goffredo Baroncelli, John Arbash Meinel, #42714) * WSGI-compatible HTTP smart server. See ``doc/http_smart_server.txt``. (Andrew Bennetts) * Knit files will now cache full texts only when the size of the deltas is as large as the size of the fulltext. (Or after 200 deltas, whichever comes first). This has the most benefit on large files with small changes, such as the inventory for a large project. (eg For a project with 2500 files, and 7500 revisions, it changes the size of inventory.knit from 11MB to 5.4MB) (John Arbash Meinel) BUG FIXES: * ``bzrlib/bzrdir.py`` was directly referencing ``bzrlib.workingtree``, without importing it. This prevented ``bzr upgrade`` from working unless a plugin already imported ``bzrlib.workingtree`` (John Arbash Meinel, #70716) * Suppress the traceback on invalid URLs (Vincent Ladeuil, #70803). * Give nicer error message when an http server returns a 403 error code. (Vincent Ladeuil, #57644). * When a multi-range http GET request fails, try a single range one. If it fails too, forget about ranges. Remember that until the death of the transport and propagates that to the clones. (Vincent Ladeuil, #62276, #62029). * Handles user/passwords supplied in url from command line (for the urllib implementation). Don't request already known passwords (Vincent Ladeuil, #42383, #44647, #48527) * _KnitIndex.add_versions() dictionary compresses revision ids as they are added. This fixes bug where fetching remote revisions records them as full references rather than integers. (John Arbash Meinel, #64789) * ``bzr ignore`` strips trailing slashes in patterns. Also ``bzr ignore`` rejects absolute paths. (Kent Gibson, #4559) * ``bzr ignore`` takes multiple arguments. (Cheuksan Edward Wang, #29488) * mv correctly handles paths that traverse symlinks. (Aaron Bentley, #66964) * Give nicer looking error messages when failing to connect over ssh. (John Arbash Meinel, #49172) * Pushing to a remote branch does not currently update the remote working tree. After a remote push, ``bzr status`` and ``bzr diff`` on the remote machine now show that the working tree is out of date. (Cheuksan Edward Wang #48136) * Use patiencediff instead of difflib for determining deltas to insert into knits. This avoids the O(N^3) behavior of difflib. Patience diff should be O(N^2). (Cheuksan Edward Wang, #65714) * Running ``bzr log`` on nonexistent file gives an error instead of the entire log history. (Cheuksan Edward Wang #50793) * ``bzr cat`` can look up contents of removed or renamed files. If the pathname is ambiguous, i.e. the files in the old and new trees have different id's, the default is the file in the new tree. The user can use "--name-from-revision" to select the file in the old tree. (Cheuksan Edward Wang, #30190)
Diffstat (limited to 'devel/bzr')
-rw-r--r--devel/bzr/Makefile4
-rw-r--r--devel/bzr/PLIST39
-rw-r--r--devel/bzr/distinfo8
3 files changed, 44 insertions, 7 deletions
diff --git a/devel/bzr/Makefile b/devel/bzr/Makefile
index 3e814e49672..2d8b707b234 100644
--- a/devel/bzr/Makefile
+++ b/devel/bzr/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2006/11/04 18:36:14 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2006/12/07 17:07:40 wiz Exp $
#
-DISTNAME= bzr-0.12
+DISTNAME= bzr-0.13
CATEGORIES= devel
MASTER_SITES= http://bazaar-vcs.org/releases/src/
diff --git a/devel/bzr/PLIST b/devel/bzr/PLIST
index 9a0f79489e0..3bb3fb46feb 100644
--- a/devel/bzr/PLIST
+++ b/devel/bzr/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2006/11/04 18:36:14 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2006/12/07 17:07:40 wiz Exp $
bin/bzr
${PYSITELIB}/bzrlib/__init__.py
${PYSITELIB}/bzrlib/__init__.pyc
@@ -135,6 +135,9 @@ ${PYSITELIB}/bzrlib/config.pyo
${PYSITELIB}/bzrlib/conflicts.py
${PYSITELIB}/bzrlib/conflicts.pyc
${PYSITELIB}/bzrlib/conflicts.pyo
+${PYSITELIB}/bzrlib/debug.py
+${PYSITELIB}/bzrlib/debug.pyc
+${PYSITELIB}/bzrlib/debug.pyo
${PYSITELIB}/bzrlib/decorators.py
${PYSITELIB}/bzrlib/decorators.pyc
${PYSITELIB}/bzrlib/decorators.pyo
@@ -173,6 +176,9 @@ ${PYSITELIB}/bzrlib/externalcommand.pyo
${PYSITELIB}/bzrlib/fetch.py
${PYSITELIB}/bzrlib/fetch.pyc
${PYSITELIB}/bzrlib/fetch.pyo
+${PYSITELIB}/bzrlib/generate_ids.py
+${PYSITELIB}/bzrlib/generate_ids.pyc
+${PYSITELIB}/bzrlib/generate_ids.pyo
${PYSITELIB}/bzrlib/gpg.py
${PYSITELIB}/bzrlib/gpg.pyc
${PYSITELIB}/bzrlib/gpg.pyo
@@ -185,6 +191,9 @@ ${PYSITELIB}/bzrlib/hashcache.pyo
${PYSITELIB}/bzrlib/help.py
${PYSITELIB}/bzrlib/help.pyc
${PYSITELIB}/bzrlib/help.pyo
+${PYSITELIB}/bzrlib/help_topics.py
+${PYSITELIB}/bzrlib/help_topics.pyc
+${PYSITELIB}/bzrlib/help_topics.pyo
${PYSITELIB}/bzrlib/identitymap.py
${PYSITELIB}/bzrlib/identitymap.pyc
${PYSITELIB}/bzrlib/identitymap.pyo
@@ -344,6 +353,9 @@ ${PYSITELIB}/bzrlib/tests/EncodingAdapter.pyo
${PYSITELIB}/bzrlib/tests/HTTPTestUtil.py
${PYSITELIB}/bzrlib/tests/HTTPTestUtil.pyc
${PYSITELIB}/bzrlib/tests/HTTPTestUtil.pyo
+${PYSITELIB}/bzrlib/tests/HttpServer.py
+${PYSITELIB}/bzrlib/tests/HttpServer.pyc
+${PYSITELIB}/bzrlib/tests/HttpServer.pyo
${PYSITELIB}/bzrlib/tests/TestUtil.py
${PYSITELIB}/bzrlib/tests/TestUtil.pyc
${PYSITELIB}/bzrlib/tests/TestUtil.pyo
@@ -395,6 +407,9 @@ ${PYSITELIB}/bzrlib/tests/blackbox/test_commit.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_conflicts.py
${PYSITELIB}/bzrlib/tests/blackbox/test_conflicts.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_conflicts.pyo
+${PYSITELIB}/bzrlib/tests/blackbox/test_debug.py
+${PYSITELIB}/bzrlib/tests/blackbox/test_debug.pyc
+${PYSITELIB}/bzrlib/tests/blackbox/test_debug.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_diff.py
${PYSITELIB}/bzrlib/tests/blackbox/test_diff.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_diff.pyo
@@ -446,6 +461,9 @@ ${PYSITELIB}/bzrlib/tests/blackbox/test_missing.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_mv.py
${PYSITELIB}/bzrlib/tests/blackbox/test_mv.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_mv.pyo
+${PYSITELIB}/bzrlib/tests/blackbox/test_nick.py
+${PYSITELIB}/bzrlib/tests/blackbox/test_nick.pyc
+${PYSITELIB}/bzrlib/tests/blackbox/test_nick.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_non_ascii.py
${PYSITELIB}/bzrlib/tests/blackbox/test_non_ascii.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_non_ascii.pyo
@@ -470,6 +488,9 @@ ${PYSITELIB}/bzrlib/tests/blackbox/test_remerge.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_remove.py
${PYSITELIB}/bzrlib/tests/blackbox/test_remove.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_remove.pyo
+${PYSITELIB}/bzrlib/tests/blackbox/test_remove_tree.py
+${PYSITELIB}/bzrlib/tests/blackbox/test_remove_tree.pyc
+${PYSITELIB}/bzrlib/tests/blackbox/test_remove_tree.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_revert.py
${PYSITELIB}/bzrlib/tests/blackbox/test_revert.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_revert.pyo
@@ -668,6 +689,9 @@ ${PYSITELIB}/bzrlib/tests/test_fetch.pyo
${PYSITELIB}/bzrlib/tests/test_ftp_transport.py
${PYSITELIB}/bzrlib/tests/test_ftp_transport.pyc
${PYSITELIB}/bzrlib/tests/test_ftp_transport.pyo
+${PYSITELIB}/bzrlib/tests/test_generate_ids.py
+${PYSITELIB}/bzrlib/tests/test_generate_ids.pyc
+${PYSITELIB}/bzrlib/tests/test_generate_ids.pyo
${PYSITELIB}/bzrlib/tests/test_gpg.py
${PYSITELIB}/bzrlib/tests/test_gpg.pyc
${PYSITELIB}/bzrlib/tests/test_gpg.pyo
@@ -892,6 +916,9 @@ ${PYSITELIB}/bzrlib/tests/test_whitebox.pyo
${PYSITELIB}/bzrlib/tests/test_workingtree.py
${PYSITELIB}/bzrlib/tests/test_workingtree.pyc
${PYSITELIB}/bzrlib/tests/test_workingtree.pyo
+${PYSITELIB}/bzrlib/tests/test_wsgi.py
+${PYSITELIB}/bzrlib/tests/test_wsgi.pyc
+${PYSITELIB}/bzrlib/tests/test_wsgi.pyo
${PYSITELIB}/bzrlib/tests/test_xml.py
${PYSITELIB}/bzrlib/tests/test_xml.pyc
${PYSITELIB}/bzrlib/tests/test_xml.pyo
@@ -988,6 +1015,9 @@ ${PYSITELIB}/bzrlib/transform.pyo
${PYSITELIB}/bzrlib/transport/__init__.py
${PYSITELIB}/bzrlib/transport/__init__.pyc
${PYSITELIB}/bzrlib/transport/__init__.pyo
+${PYSITELIB}/bzrlib/transport/chroot.py
+${PYSITELIB}/bzrlib/transport/chroot.pyc
+${PYSITELIB}/bzrlib/transport/chroot.pyo
${PYSITELIB}/bzrlib/transport/decorator.py
${PYSITELIB}/bzrlib/transport/decorator.pyc
${PYSITELIB}/bzrlib/transport/decorator.pyo
@@ -1012,9 +1042,15 @@ ${PYSITELIB}/bzrlib/transport/http/_pycurl_errors.pyo
${PYSITELIB}/bzrlib/transport/http/_urllib.py
${PYSITELIB}/bzrlib/transport/http/_urllib.pyc
${PYSITELIB}/bzrlib/transport/http/_urllib.pyo
+${PYSITELIB}/bzrlib/transport/http/_urllib2_wrappers.py
+${PYSITELIB}/bzrlib/transport/http/_urllib2_wrappers.pyc
+${PYSITELIB}/bzrlib/transport/http/_urllib2_wrappers.pyo
${PYSITELIB}/bzrlib/transport/http/response.py
${PYSITELIB}/bzrlib/transport/http/response.pyc
${PYSITELIB}/bzrlib/transport/http/response.pyo
+${PYSITELIB}/bzrlib/transport/http/wsgi.py
+${PYSITELIB}/bzrlib/transport/http/wsgi.pyc
+${PYSITELIB}/bzrlib/transport/http/wsgi.pyo
${PYSITELIB}/bzrlib/transport/local.py
${PYSITELIB}/bzrlib/transport/local.pyc
${PYSITELIB}/bzrlib/transport/local.pyo
@@ -1135,6 +1171,7 @@ ${PYSITELIB}/bzrlib/xml_serializer.pyo
man/man1/bzr.1
share/doc/bzr/centralized_workflow.txt
share/doc/bzr/configuration.txt
+share/doc/bzr/http_smart_server.txt
share/doc/bzr/index.txt
share/doc/bzr/plugins.txt
share/doc/bzr/server.txt
diff --git a/devel/bzr/distinfo b/devel/bzr/distinfo
index 95f049f75f9..65e8df62565 100644
--- a/devel/bzr/distinfo
+++ b/devel/bzr/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2006/11/04 18:36:14 wiz Exp $
+$NetBSD: distinfo,v 1.9 2006/12/07 17:07:40 wiz Exp $
-SHA1 (bzr-0.12.tar.gz) = 5678e85702c68096acede28fb4d8cf95d2115ef8
-RMD160 (bzr-0.12.tar.gz) = a29a113749d8f99fce70379e07b72a16080164b1
-Size (bzr-0.12.tar.gz) = 1088557 bytes
+SHA1 (bzr-0.13.tar.gz) = a53591cd90b8e24c519ca329dbac72c1f4c5f922
+RMD160 (bzr-0.13.tar.gz) = 7df30a2feb06683991ebc74156c528c3c3d69f28
+Size (bzr-0.13.tar.gz) = 1126005 bytes
SHA1 (patch-aa) = 8eda90885b3127525330cd3432538fb2b4df98c1
SHA1 (patch-ab) = 52d9cce8bf089ae31b4ee6ee38732e5df4825911