~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(robertc) Fix register-branch for launchpad beta group team members
        and teach it to use the public location of the current branch
        by default. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    * The ``--coverage`` option is now global, rather specific to ``bzr
44
44
      selftest``.  (Andrew Bennetts)
45
45
 
 
46
    * The ``register-branch`` command will now use the public url of the branch
 
47
      containing the current directory, if one has been set and no explicit
 
48
      branch is provided.  (Robert Collins)
 
49
 
46
50
    * Tweak the ``reannotate`` code path to optimize the 2-parent case.
47
51
      Speeds up ``bzr annotate`` with a pack repository by approx 3:2.
48
52
      (John Arbash Meinel)
75
79
      more characters which should be considered valid.
76
80
      (John Arbash Meinel, #185458)
77
81
 
 
82
    * The launchpad plugin now uses the ``edge`` xmlrpc server to avoid
 
83
      interacting badly with a bug on the launchpad side. (Robert Collins)
 
84
 
78
85
    * Unknown hostnames when connecting to a ``bzr://`` URL no longer cause
79
86
      tracebacks.  (Andrew Bennetts, #182849)
80
87
 
110
117
      ``InterRepository.search_missing_revision_ids`` which returns a 
111
118
      ``bzrlib.graph.SearchResult`` suitable for making requests from the smart
112
119
      server. (Robert Collins)
 
120
 
 
121
    * New error ``NoPublicBranch`` for commands that need a public branch to
 
122
      operate. (Robert Collins)
113
123
 
114
124
    * New method ``iter_inventories`` on Repository for access to many
115
125
      inventories. This is primarily used by the ``revision_trees`` method, as