Rev 1181: Fix accidently removed argument. in file:///data/jelmer/bzr-svn/0.4/
Jelmer Vernooij
jelmer at samba.org
Sat May 24 15:12:36 BST 2008
At file:///data/jelmer/bzr-svn/0.4/
------------------------------------------------------------
revno: 1181
revision-id: jelmer at samba.org-20080524141235-73jy4roghismuu1z
parent: jelmer at samba.org-20080523113212-blhfdd5u5nbjq6ee
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Sat 2008-05-24 16:12:35 +0200
message:
Fix accidently removed argument.
modified:
commit.py commit.py-20060607190346-qvq128wgfubhhgm2-1
=== modified file 'commit.py'
--- a/commit.py 2008-05-18 12:31:57 +0000
+++ b/commit.py 2008-05-24 14:12:35 +0000
@@ -253,7 +253,7 @@
self.old_inv.id2path(child_ie.file_id),
new_child_path))
child_baton = self.editor.add_file(
- full_new_child_path,
+ full_new_child_path, baton,
urlutils.join(self.repository.transport.svn_url, self.base_path, self.old_inv.id2path(child_ie.file_id)),
self.base_revnum, self.pool)
More information about the bazaar-commits
mailing list