Rev 47: The message argument is a unicode string, not a plain str in http://bazaar.launchpad.net/%7Ebzr-pqm-devel/bzr-pqm/devel

John Arbash Meinel john at arbash-meinel.com
Mon Nov 19 23:04:24 GMT 2007


At http://bazaar.launchpad.net/%7Ebzr-pqm-devel/bzr-pqm/devel

------------------------------------------------------------
revno: 47
revision-id:john at arbash-meinel.com-20071119230405-xugpme4t6zd4afo5
parent: john at arbash-meinel.com-20071114154710-q03csgcsiwl8yq4w
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: pqm
timestamp: Mon 2007-11-19 17:04:05 -0600
message:
  The message argument is a unicode string, not a plain str
modified:
  __init__.py                    __init__.py-20060221052551-30932fa7d369a24b
-------------- next part --------------
=== modified file '__init__.py'
--- a/__init__.py	2007-11-06 03:59:27 +0000
+++ b/__init__.py	2007-11-19 23:04:05 +0000
@@ -69,7 +69,7 @@
                help='Message to use on merge to pqm.  '
                     'Currently must be a single line because of pqm limits.',
                short_name='m',
-               type=str),
+               type=unicode),
         Option('dry-run', help='Print request instead of sending.'),
         Option('public-location', type=str,
                help='Use this url as the public location to the pqm.'),



More information about the bazaar-commits mailing list