/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/developers/contribution-quickstart.txt

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2019-10-13 18:52:37 UTC
  • mfrom: (7385.2.3 init-shared-repo)
  • Revision ID: breezy.the.bot@gmail.com-20191013185237-dysn3in6iw908mse
Rename init-repo to init-shared-repo.

Merged from https://code.launchpad.net/~jelmer/brz/init-shared-repo/+merge/372116

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
First, get a local copy of Bazaar::
34
34
 
35
35
   $ cd $HOME
36
 
   $ brz init-repo brz
 
36
   $ brz init-shared-repo brz
37
37
   $ cd brz
38
38
   $ brz branch lp:brz brz.dev
39
39