~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.1.txt

  • Committer: Vincent Ladeuil
  • Date: 2011-06-15 11:36:05 UTC
  • mto: This revision was merged to the branch mainline in revision 5975.
  • Revision ID: v.ladeuil+lp@free.fr-20110615113605-p7zyyfry9wy1hquc
Make ContentConflict resolution more robust

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
Bug Fixes
20
20
*********
21
21
 
22
 
* Accessing a packaging branch on Launchpad (eg, ``lp:ubuntu/bzr``) now
23
 
  checks to see if the most recent published source package version for
24
 
  that project is present in the branch tags. This should help developers
25
 
  trust whether the packaging branch is up-to-date and can be used for new
26
 
  changes. The level of verbosity is controlled by the config item
27
 
  ``launchpad.packaging_verbosity``. It can be set to one of
28
 
 
29
 
  off
30
 
    disable all checks
31
 
 
32
 
 
33
 
  minimal
34
 
    only display if the branch is out-of-date
35
 
 
36
 
  short
37
 
    also display single-line up-to-date and missing,
38
 
 
39
 
 
40
 
  all
41
 
    (default) display multi-line content for all states
42
 
 
43
 
 
44
 
  (John Arbash Meinel, #609187, #812928)
45
 
 
46
22
Improvements
47
23
************
48
24