Rev 4463: Whitespace cleanup. in http://people.ubuntu.com/~robertc/baz2.0/pending/stacking-policy

Robert Collins robertc at robertcollins.net
Fri Jun 19 01:07:41 BST 2009


At http://people.ubuntu.com/~robertc/baz2.0/pending/stacking-policy

------------------------------------------------------------
revno: 4463
revision-id: robertc at robertcollins.net-20090619000731-al9310600e7pk27b
parent: pqm at pqm.ubuntu.com-20090618213920-8d1p9f28uomzfkvl
committer: Robert Collins <robertc at robertcollins.net>
branch nick: stacking-policy
timestamp: Fri 2009-06-19 10:07:31 +1000
message:
  Whitespace cleanup.
=== modified file 'bzrlib/tests/bzrdir_implementations/test_push.py'
--- a/bzrlib/tests/bzrdir_implementations/test_push.py	2009-04-03 14:24:40 +0000
+++ b/bzrlib/tests/bzrdir_implementations/test_push.py	2009-06-19 00:07:31 +0000
@@ -33,13 +33,13 @@
         tree.commit('one', rev_id='r1')
         return tree
 
-    def test_push_new_branch(self):     
+    def test_push_new_branch(self):
         tree = self.create_simple_tree()
         dir = self.make_repository('dir').bzrdir
         result = dir.push_branch(tree.branch)
         self.assertEquals(tree.branch, result.source_branch)
         self.assertEquals(dir.open_branch().base, result.target_branch.base)
-        self.assertEquals(dir.open_branch().base, 
+        self.assertEquals(dir.open_branch().base,
             tree.branch.get_push_location())
 
     def test_push_new_empty(self):
@@ -47,7 +47,7 @@
         dir = self.make_repository('dir').bzrdir
         result = dir.push_branch(tree.branch)
         self.assertEquals(tree.branch.base, result.source_branch.base)
-        self.assertEquals(dir.open_branch().base, 
+        self.assertEquals(dir.open_branch().base,
             result.target_branch.base)
 
     def test_push_incremental(self):
@@ -58,7 +58,7 @@
         tree.add(['b'])
         tree.commit('two', rev_id='r2')
         result = dir.push_branch(tree.branch)
-        self.assertEquals(tree.last_revision(), 
+        self.assertEquals(tree.last_revision(),
             result.branch_push_result.new_revid)
         self.assertEquals(2, result.branch_push_result.new_revno)
         self.assertEquals(tree.branch.base, result.source_branch.base)




More information about the bazaar-commits mailing list