~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin von Gagern
  • Date: 2011-06-01 12:53:56 UTC
  • mto: This revision was merged to the branch mainline in revision 6009.
  • Revision ID: martin.vgagern@gmx.net-20110601125356-lwozv2vecea6hxfz
Change from no_decorate to classify as name for the argument.

The command line switch remains as --no-classify, to keep backwards
compatibility.  Users are free to include --no-classify in an alias, and
still use --classify to change back.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
You might like to start with a bug tagged `easy
29
29
<https://bugs.launchpad.net/bzr/+bugs?field.tag=easy>`_.
30
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.
34
 
 
35
31
Making a branch
36
32
---------------
37
33