Rev 646: Fix upgrade tests. in file:///data/jelmer/bzr-svn/noschemes/

Jelmer Vernooij jelmer at samba.org
Sun Feb 3 21:27:55 GMT 2008


At file:///data/jelmer/bzr-svn/noschemes/

------------------------------------------------------------
revno: 646
revision-id:jelmer at samba.org-20080203212755-9sqre2vif4p80nuw
parent: jelmer at samba.org-20080203205224-yrfw48o6zl6vvhsg
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: noschemes
timestamp: Sun 2008-02-03 22:27:55 +0100
message:
  Fix upgrade tests.
modified:
  upgrade.py                     upgrade.py-20070106192108-0rakplee2lzah4gs-1
=== modified file 'upgrade.py'
--- a/upgrade.py	2008-02-03 20:52:24 +0000
+++ b/upgrade.py	2008-02-03 21:27:55 +0000
@@ -64,7 +64,7 @@
     """
     revid = branch.last_revision()
     renames = upgrade_repository(branch.repository, svn_repository, 
-              revid, allow_changes=allow_changes, verbose=verbose)
+              revision_id=revid, allow_changes=allow_changes, verbose=verbose)
     if len(renames) > 0:
         branch.generate_revision_history(renames[revid])
     return renames




More information about the bazaar-commits mailing list