Rev 5139: clarify a comment. in http://bazaar.launchpad.net/~jameinel/bzr/2.2-is-up-to-date

John Arbash Meinel john at arbash-meinel.com
Wed Jul 13 13:15:15 UTC 2011


At http://bazaar.launchpad.net/~jameinel/bzr/2.2-is-up-to-date

------------------------------------------------------------
revno: 5139
revision-id: john at arbash-meinel.com-20110713131444-mxlj59c9h6n6qybu
parent: john at arbash-meinel.com-20110713130539-squec26bkskpr0tv
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.2-is-up-to-date
timestamp: Wed 2011-07-13 15:14:44 +0200
message:
  clarify a comment.
-------------- next part --------------
=== modified file 'bzrlib/plugins/launchpad/__init__.py'
--- a/bzrlib/plugins/launchpad/__init__.py	2011-07-13 13:05:39 +0000
+++ b/bzrlib/plugins/launchpad/__init__.py	2011-07-13 13:14:44 +0000
@@ -371,8 +371,8 @@
     from bzrlib.plugins.launchpad import lp_api_lite
     archive, series, project = m.group('archive', 'series', 'project')
     if series is not None:
-        # series is optional, so the name adds the extra '/', we don't want to
-        # include that one.
+        # series is optional, so the regex includes the extra '/', we don't
+        # want to send that on (it causes Internal Server Errors.)
         series = series.strip('/')
     t = time.time()
     latest_pub = lp_api_lite.LatestPublication(archive, series, project)



More information about the bazaar-commits mailing list