Rev 5762: Some whitespace cleanup from Jelmer in http://bazaar.launchpad.net/~jameinel/bzr/2.4-max-entries-gc-602614

John Arbash Meinel john at arbash-meinel.com
Fri May 13 17:17:55 UTC 2011


At http://bazaar.launchpad.net/~jameinel/bzr/2.4-max-entries-gc-602614

------------------------------------------------------------
revno: 5762
revision-id: john at arbash-meinel.com-20110513171730-zonst105ddfnu6sa
parent: john at arbash-meinel.com-20110512151353-zl1itwq3ehaz9y6x
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.4-max-entries-gc-602614
timestamp: Fri 2011-05-13 19:17:30 +0200
message:
  Some whitespace cleanup from Jelmer
-------------- next part --------------
=== modified file 'bzrlib/tests/test_groupcompress.py'
--- a/bzrlib/tests/test_groupcompress.py	2011-05-12 15:13:53 +0000
+++ b/bzrlib/tests/test_groupcompress.py	2011-05-13 17:17:30 +0000
@@ -569,7 +569,6 @@
         record = vf.get_record_stream([('a',)], 'unordered', True).next()
         self.assertEqual(1234, record._manager._get_max_entries_per_source())
 
-
     def test_insert_record_stream_reuses_blocks(self):
         vf = self.make_test_vf(True, dir='source')
         def grouped_stream(revision_ids, first_parents=()):
@@ -831,7 +830,6 @@
                              gc._delta_index._max_entries_per_source)
 
 
-
 class StubGCVF(object):
     def __init__(self, canned_get_blocks=None):
         self._group_cache = {}



More information about the bazaar-commits mailing list