~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/whats-new/whats-new-in-2.4.txt

Merge pt1 hooks branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
enhancements within the broader Bazaar world of potential interest to
13
13
those upgrading.
14
14
 
15
 
Bazaar 2.4.0 is fully compatible both locally and on the network with 2.0
 
15
Bazaar 2.4.0 is fully compatible both locally and on the network with 2.0,
16
16
2.1, 2.2 and 2.3, and can read and write repositories generated by all
17
17
previous versions.
18
18
 
 
19
External Merge Tools
 
20
********************
 
21
 
 
22
External merge tool configuration has been added to ``bzr`` core. The name
 
23
and commandline of one or more external merge tools can be defined in
 
24
bazaar.conf. See the help topic ``configuration`` for more details.
 
25
 
 
26
Tagged Revisions are Copied
 
27
***************************
 
28
 
 
29
When tags are copied from a branch, the associated revisions are now copied
 
30
too.  Previously operations like branching, merging or pulling might have
 
31
copied new tags visible in ``bzr tags``, but not copied the revisions.  Now
 
32
revisions from tags will always be present, so that operations like ``bzr
 
33
log -r tag:foo`` will always work.
19
34
 
20
35
Further information
21
36
*******************