~ian-clatworthy/bzr/commit-help

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Ian Clatworthy
  • Date: 2009-05-12 04:29:32 UTC
  • Revision ID: ian.clatworthy@canonical.com-20090512042932-uepe968yp3immxo2
tweak grammar in error message

Show diffs side-by-side

added added

removed removed

Lines of Context:
2933
2933
        except PointlessCommit:
2934
2934
            # FIXME: This should really happen before the file is read in;
2935
2935
            # perhaps prepare the commit; get the message; then actually commit
2936
 
            raise errors.BzrCommandError("no changes to commit."
2937
 
                              " use --unchanged to commit anyhow")
 
2936
            raise errors.BzrCommandError("No changes to commit."
 
2937
                              " Use --unchanged to commit anyhow.")
2938
2938
        except ConflictsInTree:
2939
2939
            raise errors.BzrCommandError('Conflicts detected in working '
2940
2940
                'tree.  Use "bzr conflicts" to list, "bzr resolve FILE" to'