|
84.
|
|
|
Now you need to see the differences (there will be none if you have got the branch for the first time):
|
|
|
|
(no translation yet)
|
|
|
|
Located in
pages/authors-editors.php:114
|
|
85.
|
|
|
Then commit it:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
pages/authors-editors.php:116
|
|
86.
|
|
|
So for example:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
pages/authors-editors.php:118
|
|
87.
|
|
|
After it has said "committed revision X" you should be able to push it through to main:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
pages/authors-editors.php:120
|
|
88.
|
|
|
Now go to Launchpad and check that it has indeed been pushed up to the next revision.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
pages/authors-editors.php:122
|
|
89.
|
|
|
Updating your local branch
|
|
|
|
(no translation yet)
|
|
|
|
Located in
pages/authors-editors.php:123
|
|
90.
|
|
|
Run the following command to "pull" the latest branch from Launchpad and merge it with yours:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
pages/authors-editors.php:124
|
|
91.
|
|
|
Remember all bzr commands must be in the root directory of ubuntu-manual, where your branch is registered.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
pages/authors-editors.php:126
|
|
92.
|
|
|
If you have created a new folder or new files (ie, not edited an existing one) then you will need to run
|
|
|
|
(no translation yet)
|
|
|
|
Located in
pages/authors-editors.php:127
|
|
93.
|
|
|
again to add these new files/folders to the bzr branch, then you'll need to run bzr diff to check they've been added, and then the commit line shown above. Then finally push it through, once you've made sure no one else has pushed through something in the few minutes since you last checked!
|
|
|
|
(no translation yet)
|
|
|
|
Located in
pages/authors-editors.php:129
|