/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/blackbox/test_branch.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2020-01-19 04:16:09 UTC
  • mfrom: (7447.4.2 reference-info-file-id)
  • Revision ID: breezy.the.bot@gmail.com-20200119041609-3lik1tsdsln5stab
Store bzr reference information by file id rather than by path.

Merged from https://code.launchpad.net/~jelmer/brz/reference-info-file-id/+merge/377801

Show diffs side-by-side

added added

removed removed

Lines of Context:
367
367
        subtree.add(['a'])
368
368
        subtree.commit('add subtree contents')
369
369
        orig.add_reference(subtree)
370
 
        orig.branch.set_reference_info('subtree', subtree.branch.user_url)
 
370
        orig.set_reference_info('subtree', subtree.branch.user_url)
371
371
        orig.commit('add subtree')
372
372
 
373
373
        self.run_bzr('branch source target')