/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 bzrlib/tests/blackbox/test_pull.py

  • Committer: Andrew Bennetts
  • Date: 2009-06-11 07:43:56 UTC
  • mto: This revision was merged to the branch mainline in revision 4432.
  • Revision ID: andrew.bennetts@canonical.com-20090611074356-y5o4aqx4grx62vo8
Add comments requested by Martin's review.

Show diffs side-by-side

added added

removed removed

Lines of Context:
361
361
            out, r'revno: 1\ncommitter: .*\nbranch nick: source')
362
362
 
363
363
    def test_pull_smart_stacked_streaming_acceptance(self):
 
364
        """'bzr pull -r 123' works on stacked, smart branches, even when the
 
365
        revision specified by the revno is only present in the fallback
 
366
        repository.
 
367
 
 
368
        See <https://launchpad.net/bugs/380314>
 
369
        """
364
370
        self.setup_smart_server_with_call_log()
365
371
        parent = self.make_branch_and_tree('parent', format='1.9')
366
372
        parent.commit(message='first commit')