At http://people.samba.org/bzr/jelmer/bzr-svn/0.5

------------------------------------------------------------
revno: 2241
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Jelmer Vernooij <[EMAIL PROTECTED]>
branch nick: 0.5
timestamp: Mon 2008-12-08 17:39:47 +0100
message:
  Fix variable name.
modified:
  commit.py                      commit.py-20060607190346-qvq128wgfubhhgm2-1
=== modified file 'commit.py'
--- a/commit.py 2008-12-07 06:03:22 +0000
+++ b/commit.py 2008-12-08 16:39:47 +0000
@@ -944,7 +944,7 @@
         revid = builder.commit(rev.message)
     except SubversionException, (_, num):
         if num == ERR_FS_TXN_OUT_OF_DATE:
-            raise DivergedBranches(source, target_repo)
+            raise DivergedBranches(source_repo, target_repo)
         raise
     except ChangesRootLHSHistory:
         raise BzrError("Unable to push revision %r because it would change the 
ordering of existing revisions on the Subversion repository root. Use rebase 
and try again or push to a non-root path" % revision_id)


-- 
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits

Reply via email to