Merge lp:~xnox/errors/pad.lv-http into lp:errors

Proposed by Dimitri John Ledkov
Status: Merged
Merged at revision: 249
Proposed branch: lp:~xnox/errors/pad.lv-http
Merge into: lp:errors
Diff against target: 11 lines (+1/-1)
1 file modified
launchpad.py (+1/-1)
To merge this branch: bzr merge lp:~xnox/errors/pad.lv-http
Reviewer Review Type Date Requested Status
Evan (community) Approve
Review via email: mp+144914@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Evan (ev) wrote :

I'm going to merge this in so we have a history of why https doesn't work, but I think it makes more sense to change it to https://bugs.launchpad.net/ubuntu/+bug/1.

review: Approve
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

Well bzr is using: https://launchpad.net/bugs/1 since the dawn of time in the commit metadata, so I'm guessing that will not change - ever.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'launchpad.py'
2--- launchpad.py 2013-01-19 00:14:30 +0000
3+++ launchpad.py 2013-01-25 12:37:20 +0000
4@@ -321,7 +321,7 @@
5 if configuration.lp_use_staging:
6 return (number, 'https://qastaging.launchpad.net/bugs/' + number)
7 else:
8- return (number, 'https://pad.lv/' + number)
9+ return (number, 'http://pad.lv/' + number)
10 except KeyError:
11 return (None, None)
12

Subscribers

People subscribed via source and target branches