Rev 499: Fix test. 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: 499
revision-id: jelmer at samba.org-20070625003458-27t93mj1qpy3igse
parent: jelmer at samba.org-20070624233340-fyypx48cco4esw6h
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: main
timestamp: Mon 2007-06-25 02:34:58 +0200
message:
Fix test.
modified:
TODO todo-20060729211917-2kpobww0zyvvo0j2-1
convert.py svn2bzr.py-20051018015439-cb4563bff29e632d
=== modified file 'TODO'
--- a/TODO 2007-06-24 21:43:28 +0000
+++ b/TODO 2007-06-25 00:34:58 +0000
@@ -3,10 +3,9 @@
- avoid extra connect in logwalker?
- make ListBranchingScheme() support wildcards
- free memory!
-- implement BzrDirFormat.get_converter()
- report changes to delta editor in Branch.pull()
- more blackbox tests
-- integrate bzr:merge into bzr:revision-info or rename to bzr:merge-vXXYY ?
+- integrate bzr:merge into bzr:revision-info or rename to bzr:merge-vXXYY
Working trees:
- custom implementation of WorkingTree.revert() / WorkingTree.merge()
=== modified file 'convert.py'
--- a/convert.py 2007-06-24 23:21:20 +0000
+++ b/convert.py 2007-06-25 00:34:58 +0000
@@ -161,6 +161,11 @@
class SvnConverter(Converter):
"""Converts from a Subversion directory to a bzr dir."""
+ def __init__(self, target_format):
+ """Create a CopyConverter.
+ :param target_format: The format the resulting repository should be.
+ """
+ self.target_format = target_format
def convert(self, to_convert, pb):
convert_repository(to_convert.open_repository(), to_convert.base,
More information about the bazaar-commits
mailing list