Rev 6567: (vila) Fix typo in an error message from the 'revno' command. (Matthew in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
pqm at pqm.ubuntu.com
Fri Sep 28 07:22:24 UTC 2012
At file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 6567 [merge]
revision-id: pqm at pqm.ubuntu.com-20120928072223-m8dp02j933yp9j60
parent: pqm at pqm.ubuntu.com-20120927064423-uu4honp6xds8afgg
parent: fullermd at over-yonder.net-20120927174119-da6zftafartblqlz
committer: Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Fri 2012-09-28 07:22:23 +0000
message:
(vila) Fix typo in an error message from the 'revno' command. (Matthew
Fuller)
modified:
bzrlib/builtins.py builtins.py-20050830033751-fc01482b9ca23183
=== modified file 'bzrlib/builtins.py'
--- a/bzrlib/builtins.py 2012-09-14 17:22:35 +0000
+++ b/bzrlib/builtins.py 2012-09-27 17:41:19 +0000
@@ -685,8 +685,8 @@
if revision:
if len(revision) != 1:
raise errors.BzrCommandError(gettext(
- "Tags can only be placed on a single revision, "
- "not on a range"))
+ "Revision numbers only make sense for single "
+ "revisions, not ranges"))
revid = revision[0].as_revision_id(b)
else:
revid = b.last_revision()
More information about the bazaar-commits
mailing list