/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/per_branch/test_push.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:
285
285
            ('add', ('filename', 'f-id', 'file', 'content\n'))])
286
286
        revid2 = builder.build_snapshot([revid1], [])
287
287
        revid3 = builder.build_snapshot([revid2],
288
 
            [('modify', ('f-id', 'new-content\n'))])
 
288
            [('modify', ('filename', 'new-content\n'))])
289
289
        builder.finish_series()
290
290
        trunk = builder.get_branch()
291
291
        # Sprout rev-1 to "trunk", so that we can stack on it.