~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
  IMPROVEMENTS:
11
11
 
 
12
   * Added a --coverage option to selftest. (Andrew Bennetts)
 
13
 
12
14
   * ``bzr commit`` now doesn't print the revision number twice. (Matt
13
15
     Nordhoff, #172612)
14
16
 
 
17
   * New configuration option ``bugtracker_<tracker_abbrevation>_url`` to
 
18
     define locations of bug trackers that are not directly supported by
 
19
     bzr or a plugin. The URL will be treated as a template and ``{id}``
 
20
     placeholders will be replaced by specific bug IDs.  (Lukáš Lalinský)
 
21
 
15
22
   * Support logging single merge revisions with short and line log formatters.
16
23
     (Kent Gibson)
17
24
 
 
25
   * User Guide enhanced with suggested readability improvements from
 
26
     Matt Revell and corrections from John Arbash Meinel. (Ian Clatworthy)
 
27
 
 
28
   * Quick Start Guide renamed to Quick Start Card, moved down in
 
29
     the catalog, provided in png format and updated to refer to ``send``
 
30
     instead of ``bundle``. (Ian Clatworthy, #165080)
 
31
 
18
32
  INTERNALS:
19
33
 
20
34
    * New -Dhttp debug option reports http connections, requests and responses.
22
36
 
23
37
  BUGFIXES:
24
38
 
 
39
   * Better error message when running ``bzr cat`` on a non-existant branch.
 
40
     (Lukáš Lalinský, #133782)
 
41
 
25
42
   * Catch OSError 17 (file exists) in final phase of tree transform and show
26
43
     filename to user.
27
44
     (Alexander Belchenko, #111758)
34
51
   * Check for missing basis texts when fetching from packs to packs.
35
52
     (John Arbash Meinel, #165290)
36
53
 
 
54
   * Fall back to showing e-mail in ``log --short/--line`` if the committer/author has
 
55
     only e-mail. (Lukáš Lalinský, #157026)
 
56
 
37
57
  API BREAKS:
38
58
 
39
59
   * Deprecate not passing a ``location`` argument to commit reporters'
124
144
   * Diff does not require an inventory to be generated on dirstate trees.
125
145
     (Aaron Bentley, #149254)
126
146
 
 
147
   * New annotate merge (--merge-type=weave) implementation is fast on
 
148
     versionedfiles withough cached annotations, e.g. pack-0.92.
 
149
     (Aaron Bentley)
 
150
 
127
151
  IMPROVEMENTS:
128
152
 
129
153
   * ``bzr merge`` now warns when it encounters a criss-cross merge.