Rev 5767: Rewrap the text, it was missing a space anyway. in http://bazaar.launchpad.net/~jameinel/bzr/integration

John Arbash Meinel john at arbash-meinel.com
Thu Apr 7 11:25:22 UTC 2011


At http://bazaar.launchpad.net/~jameinel/bzr/integration

------------------------------------------------------------
revno: 5767
revision-id: john at arbash-meinel.com-20110407112514-dpibd0q8wcrrhir5
parent: john at arbash-meinel.com-20110407112309-gbv1rjk2ywohtu05
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: integration
timestamp: Thu 2011-04-07 13:25:14 +0200
message:
  Rewrap the text, it was missing a space anyway.
-------------- next part --------------
=== modified file 'bzrlib/builtins.py'
--- a/bzrlib/builtins.py	2011-04-07 11:23:09 +0000
+++ b/bzrlib/builtins.py	2011-04-07 11:25:14 +0000
@@ -3273,10 +3273,8 @@
                         exclude=tree.safe_relpath_files(exclude))
         except PointlessCommit:
             raise errors.BzrCommandError("No changes to commit."
-                                         "Please 'bzr add' the files "
-                                         "you want to commit, or use "
-                                         "--unchanged to force "
-                                         "an empty commit.")
+                " Please 'bzr add' the files you want to commit, or use"
+                " --unchanged to force an empty commit.")
         except ConflictsInTree:
             raise errors.BzrCommandError('Conflicts detected in working '
                 'tree.  Use "bzr conflicts" to list, "bzr resolve FILE" to'



More information about the bazaar-commits mailing list