Rev 1736: Fix parentheses. in http://people.samba.org/bzr/jelmer/bzr-svn/trunk

Jelmer Vernooij jelmer at samba.org
Sat Nov 8 17:53:17 GMT 2008


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

------------------------------------------------------------
revno: 1736
revision-id: jelmer at samba.org-20081108175315-4csugspukf6l6um4
parent: jelmer at samba.org-20081108172032-38r9qqnw3kh4p4iw
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Sat 2008-11-08 18:53:15 +0100
message:
  Fix parentheses.
modified:
  commit.py                      commit.py-20060607190346-qvq128wgfubhhgm2-1
=== modified file 'commit.py'
--- a/commit.py	2008-11-08 14:16:22 +0000
+++ b/commit.py	2008-11-08 17:53:15 +0000
@@ -349,7 +349,7 @@
                 self.mutter('copy dir %r -> %r', old_child_path, new_child_path)
                 child_editor = dir_editor.add_directory(
                     urlutils.join(self.branch.get_branch_path(), new_child_path),
-                    _url_escape_uri(urlutils.join(self.repository.transport.svn_url, self.base_path, old_child_path), self.base_revnum))
+                    _url_escape_uri(urlutils.join(self.repository.transport.svn_url, self.base_path, old_child_path)), self.base_revnum)
 
             # open if they existed at the same location and 
             # the directory was touched




More information about the bazaar-commits mailing list