Merge lp:~deryck/launchpad/move-bugs-js-files-again into lp:launchpad

Proposed by Deryck Hodge
Status: Merged
Approved by: Graham Binns
Approved revision: no longer in the source branch.
Merged at revision: 11123
Proposed branch: lp:~deryck/launchpad/move-bugs-js-files-again
Merge into: lp:launchpad
Diff against target: 11 lines (+0/-0)
0 files modified
To merge this branch: bzr merge lp:~deryck/launchpad/move-bugs-js-files-again
Reviewer Review Type Date Requested Status
Graham Binns (community) code Approve
Review via email: mp+29776@code.launchpad.net

Commit message

Move bugs JavaScript files to lib/lp/bugs/javascript again.

Description of the change

In June, I did a branch to move all bugs JavaScript from
lib/canonical/launchpad/javascript to lib/lp/bugs/javascript.
A later change from another dev, overwrote that change, so this
branch is a simple move of the files back to lib/lp/bugs/javascript.

No other changes exist here but file moves.

To post a comment you must log in.
Revision history for this message
Graham Binns (gmb) :
review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== removed directory 'lib/canonical/launchpad/javascript/bugs'
2=== removed directory 'lib/canonical/launchpad/javascript/bugs/tests'
3=== renamed file 'lib/canonical/launchpad/javascript/bugs/bug_tags_entry.js' => 'lib/lp/bugs/javascript/bug_tags_entry.js'
4=== renamed file 'lib/canonical/launchpad/javascript/bugs/bugtask_index.js' => 'lib/lp/bugs/javascript/bugtask_index.js'
5=== renamed file 'lib/canonical/launchpad/javascript/bugs/filebug_dupefinder.js' => 'lib/lp/bugs/javascript/filebug_dupefinder.js'
6=== renamed file 'lib/canonical/launchpad/javascript/bugs/official_bug_tags.js' => 'lib/lp/bugs/javascript/official_bug_tags.js'
7=== renamed file 'lib/canonical/launchpad/javascript/bugs/subscriber.js' => 'lib/lp/bugs/javascript/subscriber.js'
8=== renamed file 'lib/canonical/launchpad/javascript/bugs/tests/test_me_too.html' => 'lib/lp/bugs/javascript/tests/test_me_too.html'
9=== renamed file 'lib/canonical/launchpad/javascript/bugs/tests/test_me_too.js' => 'lib/lp/bugs/javascript/tests/test_me_too.js'
10=== renamed file 'lib/canonical/launchpad/javascript/bugs/tests/test_subscriber.html' => 'lib/lp/bugs/javascript/tests/test_subscriber.html'
11=== renamed file 'lib/canonical/launchpad/javascript/bugs/tests/test_subscriber.js' => 'lib/lp/bugs/javascript/tests/test_subscriber.js'