~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/launchpad/pagetitles.py

[r=thumper] The new branch UI is now completed

Show diffs side-by-side

added added

removed removed

Lines of Context:
173
173
branch_index = ContextDisplayName(smartquote(
174
174
    '"%s" branch in Launchpad'))
175
175
 
 
176
def branch_merges(context, view):
 
177
    return 'Merges involving "%s" in Launchpad' % context.bzr_identity
 
178
 
176
179
branch_link_to_bug = ContextDisplayName(smartquote(
177
180
    'Link branch "%s" to a bug report'))
178
181