/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/tests/test_weave.py

  • Committer: Martin
  • Date: 2017-11-12 13:53:51 UTC
  • mto: This revision was merged to the branch mainline in revision 6810.
  • Revision ID: gzlist@googlemail.com-20171112135351-uyr1ncw7visg62c2
Apply 2to3 ws_comma fixer

Show diffs side-by-side

added added

removed removed

Lines of Context:
345
345
        k._parents = [frozenset(),
346
346
                frozenset([0]),
347
347
                frozenset([0]),
348
 
                frozenset([0,1,2]),
 
348
                frozenset([0, 1, 2]),
349
349
                ]
350
350
        k._weave = [('{', 0),
351
351
                'foo {',
378
378
        k._parents = [frozenset(),
379
379
                frozenset([0]),
380
380
                frozenset([0]),
381
 
                frozenset([0,1,2]),
 
381
                frozenset([0, 1, 2]),
382
382
                ]
383
383
        k._weave = [('{', 0),
384
384
                'foo {',