Rev 1516: Fix missing argument. in http://people.samba.org/bzr/jelmer/bzr-svn/trunk
Jelmer Vernooij
jelmer at samba.org
Sat Aug 2 03:39:08 BST 2008
At http://people.samba.org/bzr/jelmer/bzr-svn/trunk
------------------------------------------------------------
revno: 1516
revision-id: jelmer at samba.org-20080802023906-ejia88lxdux839t6
parent: jelmer at samba.org-20080802011519-qk0rb9n9ychtgn38
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Sat 2008-08-02 04:39:06 +0200
message:
Fix missing argument.
modified:
repository.py repository.py-20060306123302-1f8c5069b3fe0265
=== modified file 'repository.py'
--- a/repository.py 2008-08-02 01:15:19 +0000
+++ b/repository.py 2008-08-02 02:39:06 +0000
@@ -485,7 +485,7 @@
:return: Revision id of the left-hand-side parent or None if
this is the first revision
"""
- parentrevmeta = self.branch_prev_location(path, revnum)
+ parentrevmeta = self.branch_prev_location(path, revnum, mapping)
if parentrevmeta is None:
return NULL_REVISION
return parentrevmeta.get_revision_id(mapping)
More information about the bazaar-commits
mailing list