~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2011-05-26 20:30:53 UTC
  • mfrom: (5920 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5924.
  • Revision ID: v.ladeuil+lp@free.fr-20110526203053-hbjn6yuzwg03wnuv
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
            err,
58
58
            DocTestMatches("""\
59
59
Committing to: ...
60
 
aborting commit write group: PointlessCommit(No changes to commit)
61
60
bzr: ERROR: No changes to commit.\
62
61
 Please 'bzr add' the files you want to commit,\
63
62
 or use --unchanged to force an empty commit.