/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: Canonical.com Patch Queue Manager
  • Date: 2007-02-15 02:37:51 UTC
  • mfrom: (1551.11.13 transform-translation)
  • Revision ID: pqm@pqm.ubuntu.com-20070215023751-277626e9357e8a6c
Generate iter_changes output from TreeTransform, use in merge, revert, etc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
299
299
        os.chdir('../branch_b')
300
300
        output = self.run_bzr('pull', '../bundle')
301
301
        self.assertEqual('', output[0])
302
 
        self.assertEqual('All changes applied successfully.\n'
 
302
        self.assertEqual(' M  a\nAll changes applied successfully.\n'
303
303
                         '1 revision(s) pulled.\n', output[1])
304
304
 
305
305
        self.assertEqualDiff(tree_a.branch.revision_history(),