Rev 2151: Merge 0.4.16. in http://people.samba.org/bzr/jelmer/bzr-svn/0.5
Jelmer Vernooij
jelmer at samba.org
Thu Dec 4 15:07:49 GMT 2008
At http://people.samba.org/bzr/jelmer/bzr-svn/0.5
------------------------------------------------------------
revno: 2151
revision-id: jelmer at samba.org-20081204150745-xo984xxhcoo6je21
parent: jelmer at samba.org-20081204005740-4tsqpfhy858xcgta
parent: jelmer at samba.org-20081204150336-2f00myb4gewski80
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.5
timestamp: Thu 2008-12-04 16:07:45 +0100
message:
Merge 0.4.16.
modified:
NEWS news-20061231030336-h9fhq245ie0de8bs-1
format.py format.py-20070917005147-94kb7zysotf82kqw-1
------------------------------------------------------------
revno: 1669.12.4
tags: bzr-svn-0.4.16
revision-id: jelmer at samba.org-20081204150336-2f00myb4gewski80
parent: jelmer at samba.org-20081204150149-jk978w1zr0abvf14
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Thu 2008-12-04 16:03:36 +0100
message:
Release 0.4.16.
modified:
NEWS news-20061231030336-h9fhq245ie0de8bs-1
__init__.py __init__.py-20051008155114-eae558e6cf149e1d
branch.py svnbranch.py-20051017135706-11c749eb0dab04a7
------------------------------------------------------------
revno: 1669.12.3
revision-id: jelmer at samba.org-20081204150149-jk978w1zr0abvf14
parent: jelmer at samba.org-20081203194007-w6q3o7lfmgq0ln6u
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Thu 2008-12-04 16:01:49 +0100
message:
Fix tests.
modified:
format.py format.py-20070917005147-94kb7zysotf82kqw-1
------------------------------------------------------------
revno: 1669.12.2
revision-id: jelmer at samba.org-20081203194007-w6q3o7lfmgq0ln6u
parent: jelmer at samba.org-20081203193232-17tqlhwre2t9eavw
parent: jelmer at samba.org-20081202202421-r0irnl4nvcg01ess
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Wed 2008-12-03 20:40:07 +0100
message:
Merge upstream.
modified:
NEWS news-20061231030336-h9fhq245ie0de8bs-1
transport.py transport.py-20060406231150-b3472d06b3a0818d
------------------------------------------------------------
revno: 1669.9.33
revision-id: jelmer at samba.org-20081202202421-r0irnl4nvcg01ess
parent: jelmer at samba.org-20081202202200-ft1jao36g7dn042b
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Tue 2008-12-02 21:24:21 +0100
message:
FIx imports.
modified:
transport.py transport.py-20060406231150-b3472d06b3a0818d
------------------------------------------------------------
revno: 1669.12.1
revision-id: jelmer at samba.org-20081203193232-17tqlhwre2t9eavw
parent: jelmer at samba.org-20081119130100-0t6381c1p45re08k
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Wed 2008-12-03 20:32:32 +0100
message:
Fix removing of file properties.
modified:
NEWS news-20061231030336-h9fhq245ie0de8bs-1
editor.c editor.c-20080602191336-frj7az1sdk13o1tw-1
=== modified file 'NEWS'
--- a/NEWS 2008-12-03 19:30:07 +0000
+++ b/NEWS 2008-12-04 15:07:45 +0000
@@ -64,7 +64,7 @@
+ Standard commit code provides commit notification. (#79333)
-bzr-svn 0.4.16 UNRELEASED
+bzr-svn 0.4.16 2008-12-06
BUG FIXES
@@ -78,8 +78,12 @@
* Set bzr:user-agent revision property, e.g. to allow blacklisting
in the future.
+ * Fix removing of file properties. (#304866)
+
* Allow target URLs in redirect requests to contain relative URLs. (#303959)
+ * Fix compatibility with bzr 1.10.
+
bzr-svn 0.4.15 2008-11-10
BUG FIXES
=== modified file 'format.py'
--- a/format.py 2008-12-02 11:47:36 +0000
+++ b/format.py 2008-12-04 15:07:45 +0000
@@ -81,6 +81,8 @@
mutter("Unable to open %r with Subversion: %s",
transport, msg)
raise bzr_errors.NotBranchError(path=transport.base)
+ except bzr_errors.InvalidURL:
+ raise bzr_errors.NotBranchError(path=transport.base)
return format
More information about the bazaar-commits
mailing list