Rev 2241: Fix variable name. in http://people.samba.org/bzr/jelmer/bzr-svn/0.5
Jelmer Vernooij
jelmer at samba.org
Mon Dec 8 16:39:51 GMT 2008
At http://people.samba.org/bzr/jelmer/bzr-svn/0.5
------------------------------------------------------------
revno: 2241
revision-id: jelmer at samba.org-20081208163947-75ymisrjgn6z1a32
parent: jelmer at samba.org-20081208162111-rq293h61ibbna5bf
committer: Jelmer Vernooij <jelmer at samba.org>
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)
More information about the bazaar-commits
mailing list