Rev 5804: Remove spurious space in file:///home/vila/src/bzr/experimental/config/

Vincent Ladeuil v.ladeuil+lp at free.fr
Tue May 31 15:46:31 UTC 2011


At file:///home/vila/src/bzr/experimental/config/

------------------------------------------------------------
revno: 5804
revision-id: v.ladeuil+lp at free.fr-20110531154630-lkmr518bl2ig1mdx
parent: v.ladeuil+lp at free.fr-20110531093935-syv7absho4lols8s
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: config-lock-remote
timestamp: Tue 2011-05-31 17:46:30 +0200
message:
  Remove spurious space
-------------- next part --------------
=== modified file 'bzrlib/tests/test_config.py'
--- a/bzrlib/tests/test_config.py	2011-05-31 09:39:35 +0000
+++ b/bzrlib/tests/test_config.py	2011-05-31 15:46:30 +0000
@@ -701,11 +701,11 @@
     def test_default_is_True(self):
         self.config = self.get_config(True)
         self.assertExpandIs(True)
-        
+
     def test_default_is_False(self):
         self.config = self.get_config(False)
         self.assertExpandIs(False)
-        
+
 
 class TestIniConfigOptionExpansion(tests.TestCase):
     """Test option expansion from the IniConfig level.



More information about the bazaar-commits mailing list