~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin Pool
  • Date: 2010-02-23 02:32:52 UTC
  • mto: This revision was merged to the branch mainline in revision 5054.
  • Revision ID: mbp@sourcefrog.net-20100223023252-zk4ds0sbeuga82et
Clarify Launchpad setup example

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
 
57
57
You probably want this configuration in ``~/.bazaar/locations.conf``::
58
58
 
59
 
    [/home/mbp/bzr]
60
 
    push_location = lp:~mbp/bzr/
 
59
    [/home/USER/bzr]
 
60
    push_location = lp:~LAUNCHPAD_USER/bzr/
61
61
    push_location:policy = appendpath
62
 
    public_branch = http://bazaar.launchpad.net/~mbp/bzr/
 
62
    public_branch = http://bazaar.launchpad.net/~LAUNCHPAD_USER/bzr/
63
63
    public_branch:policy = appendpath
64
64
 
65
 
with your local and remote username inserted.
 
65
with your local and Launchpad usernames inserted.
66
66
 
67
67
 
68
68
Writing tests