Rev 500: Fix svn-import. in file:///data/jelmer/bzr-svn/0.4/
Jelmer Vernooij
jelmer at samba.org
Thu Jul 12 09:28:29 BST 2007
At file:///data/jelmer/bzr-svn/0.4/
------------------------------------------------------------
revno: 500
revision-id: jelmer at samba.org-20070626194359-bfkp1u7dcze8dnh1
parent: jelmer at samba.org-20070625003458-27t93mj1qpy3igse
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: main
timestamp: Tue 2007-06-26 21:43:59 +0200
message:
Fix svn-import.
modified:
__init__.py __init__.py-20051008155114-eae558e6cf149e1d
=== modified file '__init__.py'
--- a/__init__.py 2007-06-24 23:21:20 +0000
+++ b/__init__.py 2007-06-26 19:43:59 +0000
@@ -142,7 +142,9 @@
else:
tmp_repos = None
- convert_repository(from_location, to_location, scheme, not standalone,
+ from_repos = Repository.open(from_location)
+
+ convert_repository(from_repos, to_location, scheme, not standalone,
trees, all)
if tmp_repos is not None:
More information about the bazaar-commits
mailing list