~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Robert Collins
  • Date: 2006-03-04 23:04:37 UTC
  • mto: This revision was merged to the branch mainline in revision 1590.
  • Revision ID: robertc@robertcollins.net-20060304230437-3c1c3098f37a39cb
Local commits do no alter or access the master branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
        self.assertEqualDiff('', out)
91
91
        self.assertEqualDiff('bzr: ERROR: Cannot perform local-only commits '
92
92
                             'on unbound branches.\n', err)
93