~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jelmer Vernooij
  • Date: 2008-09-01 23:49:18 UTC
  • mfrom: (3672 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3673.
  • Revision ID: jelmer@samba.org-20080901234918-jvhvzl5yxuu03dmh
Merge bzr.dev.

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
    * Show proper error rather than traceback when an unknown revision 
65
68
      id is specified to ``bzr cat-revision``. (Jelmer Vernooij, #175569)
66
69
 
93
96
      prefixes so that one can say ``bzr selftest -s bp.loom`` instead of
94
97
      ``bzr selftest -s bzrlib.plugins.loom``. (Vincent Ladeuil)
95
98
 
 
99
    * ``selftest``'s ``--starting-with`` option now accepts multiple values.
 
100
      (Vincent Ladeuil)
 
101
 
96
102
  INTERNALS:
97
103
 
98
104
    * A new plugin interface, ``bzrlib.log.log_adapters``, has been added.