Merge lp:~cjwatson/launchpad/redirect-release-uploads-2 into lp:launchpad

Proposed by Colin Watson
Status: Merged
Approved by: Jonathan Lange
Approved revision: no longer in the source branch.
Merged at revision: 16194
Proposed branch: lp:~cjwatson/launchpad/redirect-release-uploads-2
Merge into: lp:launchpad
Diff against target: 11 lines (+1/-0)
1 file modified
lib/lp/registry/stories/webservice/xx-distribution.txt (+1/-0)
To merge this branch: bzr merge lp:~cjwatson/launchpad/redirect-release-uploads-2
Reviewer Review Type Date Requested Status
Jonathan Lange (community) Approve
Review via email: mp+131383@code.launchpad.net

Commit message

Fix a broken doctest for redirect-release-uploads.

Description of the change

https://code.launchpad.net/~cjwatson/launchpad/redirect-release-uploads/+merge/131155 broke buildbot due to a doctest I forgot to run. Here's one extra line to fix it.

To post a comment you must log in.
Revision history for this message
Jonathan Lange (jml) wrote :

Like a boss.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'lib/lp/registry/stories/webservice/xx-distribution.txt'
--- lib/lp/registry/stories/webservice/xx-distribution.txt 2012-08-21 04:04:47 +0000
+++ lib/lp/registry/stories/webservice/xx-distribution.txt 2012-10-25 11:55:57 +0000
@@ -45,6 +45,7 @@
45 name: u'ubuntu'45 name: u'ubuntu'
46 official_bug_tags: []46 official_bug_tags: []
47 owner_link: u'http://.../~ubuntu-team'47 owner_link: u'http://.../~ubuntu-team'
48 redirect_release_uploads: False
48 registrant_link: u'http://.../~registry'49 registrant_link: u'http://.../~registry'
49 resource_type_link: u'http://.../#distribution'50 resource_type_link: u'http://.../#distribution'
50 self_link: u'http://.../ubuntu'51 self_link: u'http://.../ubuntu'