Rev 2564: Clean up whitespace in http://bzr.arbash-meinel.com/branches/bzr/jam-integration

John Arbash Meinel john at arbash-meinel.com
Thu Jun 28 23:23:01 BST 2007


At http://bzr.arbash-meinel.com/branches/bzr/jam-integration

------------------------------------------------------------
revno: 2564
revision-id: john at arbash-meinel.com-20070628222253-jwbuxy68uox610w3
parent: john at arbash-meinel.com-20070628221841-8vu77dl0wytbccyf
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: jam-integration
timestamp: Thu 2007-06-28 17:22:53 -0500
message:
  Clean up whitespace
modified:
  bzrlib/tests/test_config.py    testconfig.py-20051011041908-742d0c15d8d8c8eb
-------------- next part --------------
=== modified file 'bzrlib/tests/test_config.py'
--- a/bzrlib/tests/test_config.py	2007-06-18 20:39:06 +0000
+++ b/bzrlib/tests/test_config.py	2007-06-28 22:22:53 +0000
@@ -977,6 +977,7 @@
         self.assertRaises(errors.NoEmailInUsername,
                           config.extract_email_address, 'Jane Tester')
 
+
 class TestTreeConfig(TestCaseWithTransport):
 
     def test_get_value(self):
@@ -1003,4 +1004,3 @@
         self.assertEqual(value, 'value3-top')
         value = tree_config.get_option('key3', 'SECTION')
         self.assertEqual(value, 'value3-section')
-



More information about the bazaar-commits mailing list