/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_workingtree/test_pull.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-03-27 01:09:28 UTC
  • mfrom: (6883.22.13 conflicts)
  • Revision ID: breezy.the.bot@gmail.com-20180327010928-z890ialzaf65trnq
Change arguments for 'modify' and 'unversion' in BranchBuilder.build_snapshot from a file-id to path.

Merged from https://code.launchpad.net/~jelmer/brz/conflicts/+merge/341069

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
                ('add', ('file', 'file-id', 'file', 'trunk content\n')),],
91
91
                revision_id='2')
92
92
        builder.build_snapshot(['2'], [
93
 
                ('unversion', 'dir-id'),],
 
93
                ('unversion', 'dir'),],
94
94
                revision_id='3')
95
95
        builder.finish_series()
96
96
        return builder.get_branch()