/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/cycle.txt

  • Committer: John Arbash Meinel
  • Date: 2009-12-21 17:24:22 UTC
  • mfrom: (4913 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4916.
  • Revision ID: john@arbash-meinel.com-20091221172422-0zy2v8x3fhcdc8c0
Merge bzr.dev 4913, to put NEWS in its place.

Show diffs side-by-side

added added

removed removed

Lines of Context:
421
421
 
422
422
* Users like it.
423
423
 
 
424
 
 
425
Reviewing for the Stable Branch
 
426
*******************************
 
427
 
 
428
* All changes to the stable branch should fix a bug, even if you would not
 
429
  normally file a bug for the change.  The bug description should if at
 
430
  all possible explain how to manually verify the bug in a way that will
 
431
  fail before and pass after the change.  (These are requirements for the
 
432
  SRU process.)
 
433
 
 
434
* The change should be reasonably small and conservative.  Be extra
 
435
  careful of things that could break on other platforms or locales.
 
436
 
 
437
* (more items welcome)
 
438
 
424
439
References
425
440
**********
426
441
 
428
443
 
429
444
..
430
445
   vim: filetype=rst textwidth=74 ai shiftwidth=4
431