~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/ja/user-guide/organizing_branches.txt

  • Committer: INADA Naoki
  • Date: 2011-05-18 06:01:08 UTC
  • mto: This revision was merged to the branch mainline in revision 5894.
  • Revision ID: songofacandy@gmail.com-20110518060108-86t2kffcrzu0nf6i
Update Japanese docs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
  bzr init-repo PROJECT
17
17
  cd PROJECT
18
 
  bzr branch sftp://centralhost/srv/bzr/PROJECT/trunk
 
18
  bzr branch bzr+ssh://centralhost/srv/bzr/PROJECT/trunk
19
19
 
20
20
タスクのブランチ
21
21
-----------------