/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/documenting-changes.txt

  • Committer: Jelmer Vernooij
  • Date: 2017-07-23 22:06:41 UTC
  • mfrom: (6738 trunk)
  • mto: This revision was merged to the branch mainline in revision 6739.
  • Revision ID: jelmer@jelmer.uk-20170723220641-69eczax9bmv8d6kk
Merge trunk, address review comments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
Changing existing behavior
9
9
  If the change will break existing command lines, or break
10
 
  interoperability with other versions of Breezy, mention this in
 
10
  interoperability with other versions of Bazaar, mention this in 
11
11
  "External Compatibility Breaks" in NEWS, and also in "What's New".
12
12
 
13
13
Adding a new feature, function or option
17
17
 
18
18
A new hook or extension point
19
19
  These are also described in NEWS, in the hook documentation, and in
20
 
  "What's New."  Even though they might be API-only changes, the fact that
 
20
  "What's New."  Even though they might be API-only changes, the fact that 
21
21
  they exist may interest users enough to write a new plugin that uses
22
22
  them.
23
23
 
40
40
  to testing.
41
41
 
42
42
Purely internal changes
43
 
  If the change has no user-visible impact and is not interesting to
44
 
  plugin developers, it doesn't need to be mentioned in NEWS.  If you're
 
43
  If the change has no user-visible impact and is not interesting to 
 
44
  plugin developers, it doesn't need to be mentioned in NEWS.  If you're 
45
45
  setting a new pattern or adding a new abstraction, update the developer
46
46
  docs.
47
47