Rev 1094: Fix typo, indentation. in http://people.samba.org/bzr/jelmer/bzr-svn/cext

Jelmer Vernooij jelmer at samba.org
Sun Jun 15 02:08:26 BST 2008


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

------------------------------------------------------------
revno: 1094
revision-id: jelmer at samba.org-20080615010825-rc9prnosyyoz83q2
parent: jelmer at samba.org-20080615004108-td7eely2bfquzfeb
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: cext
timestamp: Sun 2008-06-15 03:08:25 +0200
message:
  Fix typo, indentation.
modified:
  NEWS                           news-20061231030336-h9fhq245ie0de8bs-1
  commit.py                      commit.py-20060607190346-qvq128wgfubhhgm2-1
=== modified file 'NEWS'
--- a/NEWS	2008-06-15 00:41:08 +0000
+++ b/NEWS	2008-06-15 01:08:25 +0000
@@ -1,14 +1,14 @@
-bzr-svn 0.4.11	UNRELEASED
+bzr-svn 0.4.11    UNRELEASED
 
   CHANGES
 
    * bzr-svn now comes with its own Python bindings for the Subversion 
      libraries, removing the need for a unreleased version of Subversion and 
-	 improving performance.
+     improving performance.
 
-	 It does however mean the extensions have to be built. This requires 
-	 the Subversion development libraries and should be possible by 
-	 simply running ``make`` from the plugin directory.
+     It does however mean the extensions have to be built. This requires 
+     the Subversion development libraries and should be possible by 
+     simply running ``make`` from the plugin directory.
 
    * Now uses absolute imports and no longer adds plugin directory to the system path.
 
@@ -126,7 +126,7 @@
 
    * The Python-Subversion bindings are no longer necessary. Instead, 
      bzr-svn now comes with its own Python bindings for the Subversion 
-	 libraries.
+     libraries.
 
   FEATURES
 

=== modified file 'commit.py'
--- a/commit.py	2008-06-15 00:41:08 +0000
+++ b/commit.py	2008-06-15 01:08:25 +0000
@@ -315,7 +315,7 @@
             # copy if they existed at different location
             elif self.old_inv.id2path(child_ie.file_id) != new_child_path:
                 old_child_path = self.old_inv.id2path(child_ie.file_id)
-                self.mutter('copy dir %r -> %r',  old_child_path, new_child_path)
+                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),
                     urlutils.join(self.repository.transport.svn_url, self.base_path, old_child_path), self.base_revnum)




More information about the bazaar-commits mailing list