~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_push.py

  • Committer: Aaron Bentley
  • Date: 2009-06-15 15:20:24 UTC
  • mfrom: (4416.4.1 bzr.dev)
  • mto: This revision was merged to the branch mainline in revision 4443.
  • Revision ID: aaron@aaronbentley.com-20090615152024-w3crm2pxe7i9hdus
Merge nmb's diverged-branch docs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
                           working_dir='branch_a', retcode=3)
87
87
        self.assertEquals(out,
88
88
                ('','bzr: ERROR: These branches have diverged.  '
89
 
                    'Try using "merge" and then "push".\n'))
 
89
                 'See "bzr help diverged-branches" for more information.\n'))
90
90
        self.assertEquals(osutils.abspath(branch_a.get_push_location()),
91
91
                          osutils.abspath(branch_b.bzrdir.root_transport.base))
92
92