~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 bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
19
External merge tools
20
20
********************
21
21
 
22
22
External merge tool configuration has been added to ``bzr`` core. The name
23
23
and commandline of one or more external merge tools can be defined in
24
24
bazaar.conf. See the help topic ``configuration`` for more details.
25
25
 
26
 
Tagged Revisions are Copied
 
26
Tagged revisions are copied
27
27
***************************
28
28
 
29
29
When tags are copied from a branch, the associated revisions are now copied
32
32
revisions from tags will always be present, so that operations like ``bzr
33
33
log -r tag:foo`` will always work.
34
34
 
 
35
Deprecated command synonyms
 
36
***************************
 
37
 
 
38
Two built-in synonyms for ``bzr branch`` have been deprecated: ``clone`` and
 
39
``get``.
 
40
 
35
41
Configuration files
36
42
*******************
37
43