~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/tutorials/tutorial.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-02-11 04:02:41 UTC
  • mfrom: (5017.2.2 tariff)
  • Revision ID: pqm@pqm.ubuntu.com-20100211040241-w6n021dz0uus341n
(mbp) add import-tariff tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
giving the name of the directory containing the branch.  bzr also supports
212
212
accessing branches over http and sftp, for example::
213
213
 
214
 
    % bzr log http://bazaar.launchpad.net/~bzr-pqm/bzr/bzr.dev/
215
 
    % bzr log sftp://bazaar.launchpad.net/~bzr-pqm/bzr/bzr.dev/
 
214
    % bzr log http://bazaar-vcs.org/bzr/bzr.dev/
 
215
    % bzr log sftp://bazaar-vcs.org/bzr/bzr.dev/
216
216
 
217
217
By installing bzr plugins you can also access branches using the rsync
218
218
protocol.
535
535
the existing branch.  Because this new copy is potentially a new branch,
536
536
the command is called **branch**::
537
537
 
538
 
    % bzr branch lp:bzr bzr.dev
 
538
    % bzr branch http://bazaar-vcs.org/bzr/bzr.dev
539
539
    % cd bzr.dev
540
540
 
541
541
This copies down the complete history of this branch, so we can do all