~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Paul Stewart
  • Date: 2011-08-05 22:18:05 UTC
  • mto: This revision was merged to the branch mainline in revision 6069.
  • Revision ID: paulbrianstewart@gmail.com-20110805221805-nuex1ervc465ruvg
Updated the empty commit message text to use double quote marks rather than single quotes so it will work with Windows re John A Meinel's comment

Show diffs side-by-side

added added

removed removed

Lines of Context:
3331
3331
                raise errors.BzrCommandError("Empty commit message specified"
3332
3332
                        " Please specify a commit message with either"
3333
3333
                        " --message or --file or leave a blank message"
3334
 
                        " with --message '' ")
 
3334
                        " with --message \"\" ")
3335
3335
            return my_message
3336
3336
 
3337
3337
        # The API permits a commit with a filter of [] to mean 'select nothing'