Merge lp:~thumper/launchpad/review-team into lp:launchpad

Proposed by Tim Penhey
Status: Merged
Merged at revision: not available
Proposed branch: lp:~thumper/launchpad/review-team
Merge into: lp:launchpad
Diff against target: None lines
To merge this branch: bzr merge lp:~thumper/launchpad/review-team
Reviewer Review Type Date Requested Status
Michael Hudson-Doyle Approve
Review via email: mp+9816@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Tim Penhey (thumper) wrote :

A very simple branch to rename "Default Review Team" to just "Review Team".

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

Wow, how very complicated :)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/lp/code/interfaces/branch.py'
2--- lib/lp/code/interfaces/branch.py 2009-08-05 04:02:58 +0000
3+++ lib/lp/code/interfaces/branch.py 2009-08-07 01:55:42 +0000
4@@ -448,7 +448,7 @@
5
6 reviewer = exported(
7 PublicPersonChoice(
8- title=_('Default Review Team'),
9+ title=_('Review Team'),
10 required=False,
11 vocabulary='ValidPersonOrTeam',
12 description=_("The reviewer of a branch is the person or team "
13
14=== modified file 'lib/lp/code/templates/branch-portlet-subscribers.pt'
15--- lib/lp/code/templates/branch-portlet-subscribers.pt 2009-07-17 17:59:07 +0000
16+++ lib/lp/code/templates/branch-portlet-subscribers.pt 2009-08-07 01:55:42 +0000
17@@ -31,7 +31,7 @@
18 </div>
19
20 <div>
21- <h2>Default Review Team</h2>
22+ <h2>Review Team</h2>
23 <dl>
24 <dt>
25 <tal:owner tal:replace="structure context/code_reviewer/fmt:link" />