At http://bzr.arbash-meinel.com/plugins/raf
------------------------------------------------------------
revno: 12
revision-id: [email protected]
parent: [email protected]
committer: John Arbash Meinel <[email protected]>
branch nick: raf
timestamp: Wed 2009-01-14 17:28:21 -0600
message:
Don't add a trailing '.'
=== modified file '__init__.py'
--- a/__init__.py 2009-01-14 23:28:06 +0000
+++ b/__init__.py 2009-01-14 23:28:21 +0000
@@ -91,7 +91,7 @@
restrict='local', include_merges=False, backward=False)
if unmerged_revs:
raise errors.BzrCommandError('There are %d unmerged revisions'
- ' in\n %s\nthat are not in\n %s.'
+ ' in\n %s\nthat are not in\n %s'
% (len(unmerged_revs), b.base, target_b.base))
trace.note('Archiving %s\n to %s', b.base, archived_url)
archive_branch.archive_branch(b, archive_trans, archived_url)
--
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits