/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_bundle.py

  • Committer: Jelmer Vernooij
  • Date: 2018-03-07 20:29:23 UTC
  • mto: (6940.2.1 base)
  • mto: This revision was merged to the branch mainline in revision 6929.
  • Revision ID: jelmer@jelmer.uk-20180307202923-i83ruki2923d9udy
Take paths in BranchBuilder.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1517
1517
            ('add', ('file', 'file-id', 'file', 'original content\n')),
1518
1518
            ], revision_id='a@cset-0-1')
1519
1519
        builder.build_snapshot(['a@cset-0-1'], [
1520
 
            ('modify', ('file-id', 'new-content\n')),
 
1520
            ('modify', ('file', 'new-content\n')),
1521
1521
            ], revision_id='a@cset-0-2a')
1522
1522
        builder.build_snapshot(['a@cset-0-1'], [
1523
1523
            ('add', ('other-file', 'file2-id', 'file', 'file2-content\n')),