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

------------------------------------------------------------
revno: 3925
revision-id: [email protected]
parent: [email protected]
committer: John Arbash Meinel <[email protected]>
branch nick: jam-integration
timestamp: Tue 2009-01-06 09:11:57 -0600
message:
  fix some odd spacing.
=== modified file 'bzrlib/tests/test_diff.py'
--- a/bzrlib/tests/test_diff.py 2009-01-06 15:09:29 +0000
+++ b/bzrlib/tests/test_diff.py 2009-01-06 15:11:57 +0000
@@ -1083,7 +1083,7 @@
                  'how are you today?\n']
         unified_diff = bzrlib.patiencediff.unified_diff
         psm = self._PatienceSequenceMatcher
-        self.assertEquals([ '--- \n',
+        self.assertEquals(['--- \n',
                            '+++ \n',
                            '@@ -1,3 +1,2 @@\n',
                            ' hello there\n',
@@ -1137,7 +1137,7 @@
                  'how are you today?\n']
         unified_diff = bzrlib.patiencediff.unified_diff
         psm = self._PatienceSequenceMatcher
-        self.assertEquals([ '--- a 2008-08-08\n',
+        self.assertEquals(['--- a 2008-08-08\n',
                            '+++ b 2008-09-09\n',
                            '@@ -1,3 +1,2 @@\n',
                            ' hello there\n',

-- 
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits

Reply via email to