Rev 2461: Whitespace fix. in file:///home/robertc/source/baz/dirstate/

Robert Collins robertc at robertcollins.net
Thu Mar 1 05:02:49 GMT 2007


At file:///home/robertc/source/baz/dirstate/

------------------------------------------------------------
revno: 2461
revision-id: robertc at robertcollins.net-20070301050247-ufh99m2ze45d7mol
parent: robertc at robertcollins.net-20070301050153-9wdn7gdori263v9e
committer: Robert Collins <robertc at robertcollins.net>
branch nick: dirstate
timestamp: Thu 2007-03-01 16:02:47 +1100
message:
  Whitespace fix.
modified:
  bzrlib/tests/blackbox/test_update.py test_update.py-20060212125639-c4dad1a5c56d5919
=== modified file 'bzrlib/tests/blackbox/test_update.py'
--- a/bzrlib/tests/blackbox/test_update.py	2006-10-18 02:26:35 +0000
+++ b/bzrlib/tests/blackbox/test_update.py	2007-03-01 05:02:47 +0000
@@ -202,7 +202,7 @@
         """Update a light checkout of a readonly branch"""
         tree = self.make_branch_and_tree('branch')
         readonly_branch = branch.Branch.open(self.get_readonly_url('branch'))
-        checkout = readonly_branch.create_checkout('checkout', 
+        checkout = readonly_branch.create_checkout('checkout',
                                                    lightweight=True)
         tree.commit('empty commit')
         self.runbzr(['update', 'checkout'])



More information about the bazaar-commits mailing list