|
76.
|
|
|
As was mentioned at the beginning, you may use either GUI applications or terminal commands when you want to work with bzr branches. Here is a list of some cool GUI applications.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
pages/authors-editors.php:102
|
|
77.
|
|
|
Bazaar Explorer
|
|
|
|
(no translation yet)
|
|
|
|
Located in
pages/authors-editors.php:104
|
|
78.
|
|
|
Ground Control
|
|
|
|
(no translation yet)
|
|
|
|
Located in
pages/authors-editors.php:105
|
|
79.
|
|
|
QBzr
|
|
|
|
(no translation yet)
|
|
|
|
Located in
pages/authors-editors.php:106
|
|
80.
|
|
|
Commands
|
|
|
|
(no translation yet)
|
|
|
|
Located in
pages/authors-editors.php:109
|
|
81.
|
|
|
Open up a new Terminal and change the working directory to the location of the branch.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
pages/authors-editors.php:110
|
|
82.
|
|
|
Add the files to bzr:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
pages/authors-editors.php:111
|
|
83.
|
|
|
That should add all files in your working directory to bzr.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
pages/authors-editors.php:113
|
|
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
|