~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(vila) Do not show exception to user on pointless commit error. (Jonathan
 Riddell)

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.