Rev 485: Oops, missed one spot. in file:///home/jelmer/bzr-svn/0.4/
Jelmer Vernooij
jelmer at samba.org
Sun Jun 17 20:46:56 BST 2007
------------------------------------------------------------
revno: 485
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Sun 2007-06-17 21:46:41 +0200
message:
Oops, missed one spot.
modified:
NEWS
__init__.py
=== modified file 'NEWS'
--- a/NEWS 2007-05-28 12:24:15 +0000
+++ b/NEWS 2007-06-17 19:46:41 +0000
@@ -19,6 +19,8 @@
* Support true push (#80612).
* Support commits in heavy checkouts (#79330).
+
+ * Use shared repositories by default in svn-import command.
PERFORMANCE
=== modified file '__init__.py'
--- a/__init__.py 2007-06-17 17:09:46 +0000
+++ b/__init__.py 2007-06-17 19:46:41 +0000
@@ -133,7 +133,7 @@
if all:
standalone = False
- convert_repository(from_location, to_location, scheme, standalone,
+ convert_repository(from_location, to_location, scheme, not standalone,
trees, all)
More information about the bazaar-commits
mailing list