~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-09-01 08:31:05 UTC
  • mfrom: (3669.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20080901083105-x0h6ocy17ktfc9s4
(vila) Fix bug #263249 by setting valid default _param_name

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
 
54
54
    * Merging from a previously joined branch will no longer cause 
55
55
      a traceback. (Jelmer Vernooij, #203376)
56
 
    
 
56
 
57
57
    * Running ``bzr st PATH_TO_TREE`` will no longer suppress merge
58
58
      status. Status is also about 7% faster on mozilla sized trees
59
59
      when the path to the root of the tree has been given. Users of
61
61
      the show_pending flag is now authoritative for showing pending
62
62
      merges, as it was originally. (Robert Collins, #225204)
63
63
 
 
64
    * Set valid default _param_name for Option so that ListOption can embed
 
65
      '-' in names. (Vincent Ladeuil, #263249)
 
66
 
64
67
    * ``WorkingTree4`` trees will now correctly report missing-and-new
65
68
      paths in the output of ``iter_changes``. (Robert Collins)
66
69