Rev 4186: Fix typo. in http://people.ubuntu.com/~robertc/baz2.0/pending/commit-uses-ric

Robert Collins robertc at robertcollins.net
Wed Mar 25 00:54:38 GMT 2009


At http://people.ubuntu.com/~robertc/baz2.0/pending/commit-uses-ric

------------------------------------------------------------
revno: 4186
revision-id: robertc at robertcollins.net-20090325005422-fpp8rspbwldukhzk
parent: robertc at robertcollins.net-20090324224651-2v2fy6tvuk40l4c0
committer: Robert Collins <robertc at robertcollins.net>
branch nick: commit-uses-ric
timestamp: Wed 2009-03-25 11:54:22 +1100
message:
  Fix typo.
=== modified file 'bzrlib/tests/per_repository/test_commit_builder.py'
--- a/bzrlib/tests/per_repository/test_commit_builder.py	2009-03-24 22:46:51 +0000
+++ b/bzrlib/tests/per_repository/test_commit_builder.py	2009-03-25 00:54:22 +0000
@@ -502,7 +502,7 @@
 
     def _add_commit_check_unchanged(self, tree, name, mini_commit=None):
         tree.add([name], [name + 'id'])
-        self._commit_check_unchanged(self, tree, name, name + 'id',
+        self._commit_check_unchanged(tree, name, name + 'id',
             mini_commit=mini_commit)
 
     def _commit_check_unchanged(self, tree, name, file_id, mini_commit=None):
@@ -735,10 +735,10 @@
     def _add_commit_change_check_changed(self, tree, name, changer,
         expect_fs_hash=False, mini_commit=None):
         tree.add([name], [name + 'id'])
-        self._commit_change_check_changed(self, tree, name, name + 'id',
+        self._commit_change_check_changed(tree, name, name + 'id',
             changer, expect_fs_hash=expect_fs_hash, mini_commit=mini_commit)
 
-    def _commit_change_check_changed(self, tree,name, file_id, changer,
+    def _commit_change_check_changed(self, tree, name, file_id, changer,
         expect_fs_hash=False, mini_commit=None):
         rev1 = tree.commit('')
         changer()




More information about the bazaar-commits mailing list