Rev 215: Comment cleanup, as per jml's review. in http://bzr.daniel-watkins.co.uk/pqm/xmlrpc

Daniel Watkins daniel at daniel-watkins.co.uk
Thu Aug 7 03:31:09 BST 2008


At http://bzr.daniel-watkins.co.uk/pqm/xmlrpc

------------------------------------------------------------
revno: 215
revision-id: daniel at daniel-watkins.co.uk-20080807022924-s6orqd7kmpky3nfz
parent: daniel at daniel-watkins.co.uk-20080807022715-cs7xg9620ivyqka9
committer: Daniel Watkins <daniel at daniel-watkins.co.uk>
branch nick: xmlrpc
timestamp: Thu 2008-08-07 03:29:24 +0100
message:
  Comment cleanup, as per jml's review.
-------------- next part --------------
=== modified file 'pqm/ui/xmlrpc.py'
--- a/pqm/ui/xmlrpc.py	2008-08-07 02:27:15 +0000
+++ b/pqm/ui/xmlrpc.py	2008-08-07 02:29:24 +0000
@@ -63,15 +63,15 @@
             if options.verify_sigs:
                 options.keyring = self.pqminfo.configp.get('DEFAULT',
                                                            'keyring')
-            # TODO: Eww.
+            # TODO: Setting stuff in the pqm module shouldn't be necessary,
+            # this should be fixed along with all the other places this
+            # happens.
             pqm.gpgv_path = self.pqminfo.configp.get_option('DEFAULT',
                 'gpgv_path', 'gpgv')
             pqm_subdir = os.path.join(queuedir, 'pqm')
             pqm.pqm_subdir = pqm_subdir
-            # Process input
             email = read_email_from_string(self.logger, text)
             email_string = get_email_string(self.logger, options, email)
-            # Write script
             pqm.write_script(queuedir, email_string)
             return "Success!"
         except PQMException, e:



More information about the bazaar-commits mailing list