~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Andrew Bennetts
  • Date: 2010-10-08 08:15:14 UTC
  • mto: This revision was merged to the branch mainline in revision 5498.
  • Revision ID: andrew.bennetts@canonical.com-20101008081514-dviqzrdfwyzsqbz2
Split NEWS into per-release doc/en/release-notes/bzr-*.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
you should set it to "In Progress" and if you wish assign it to yourself.
27
27
 
28
28
You might like to start with a bug tagged `easy
29
 
<https://bugs.launchpad.net/bzr/+bugs?field.tag=easy>`_.
30
 
 
31
 
If you are wondering if your understanding of the bug is correct, or if the 
32
 
approach you have in mind is likely to work, feel to ask about it on the bug,
33
 
in ``#bzr`` or on the mailing list.
 
29
<https://bugs.edge.launchpad.net/bzr/+bugs?field.tag=easy>`_.
34
30
 
35
31
Making a branch
36
32
---------------
100
96
    $ ./bzr selftest
101
97
 
102
98
Normally the tests will skip if some library dependencies are not present.
103
 
On Ubuntu, you can install them with this command (you must have source
 
99
On Ubuntu, you can install them with this command (you must have some
104
100
repositories enabled in Software Sources)::
105
101
 
106
102
    $ sudo apt-get build-dep bzr