/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: Jelmer Vernooij
  • Date: 2018-04-02 00:52:27 UTC
  • mfrom: (6939 work)
  • mto: This revision was merged to the branch mainline in revision 7274.
  • Revision ID: jelmer@jelmer.uk-20180402005227-pecflp1mvdjrjqd6
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
merge that does not yet have tests.
89
89
 
90
90
Normally for command-line code you should look in
91
 
``bzrlib.tests.blackbox`` and for library code in ``bzrlib.tests``.  For
 
91
``breezy.tests.blackbox`` and for library code in ``breezy.tests``.  For
92
92
functions on an interface for which there are multiple implementations,
93
 
like `Transport`, look in ``bzrlib.tests.per_transport``.
 
93
like `Transport`, look in ``breezy.tests.per_transport``.
94
94
 
95
95
It's a good idea to search the tests for something related to the thing
96
96
you're changing and you may find a test you can modify or adapt.