~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

  • Committer: Jelmer Vernooij
  • Date: 2011-05-10 07:46:15 UTC
  • mfrom: (5844 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5845.
  • Revision ID: jelmer@samba.org-20110510074615-eptod049ndjxc4i7
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
 
40
46
during the beta period controlled by the ``bzr.config.expand`` option that
41
47
should be declared in ``bazaar.conf`` and no other file.
42
48
 
 
49
Changelog merge plugin
 
50
**********************
 
51
 
 
52
The ``changelog_merge`` plugin has been added.  It provides a merge hook
 
53
to automate merging of changes to ``ChangeLog`` files in GNU's change log
 
54
format.  Refer to ``bzr help changelog_merge`` for documentation on how to
 
55
enable it and what it can do.
 
56
 
 
57
Faster stacked branches
 
58
***********************
 
59
 
 
60
Creating a stacked branch from a smart server with ``bzr branch
 
61
--stacked`` is a bit faster now.  For small branches it does 20% fewer
 
62
network roundtrips.  Other operations where a local branch is stacked on a
 
63
branch hosted on a smart server will also benefit.
 
64
 
43
65
Further information
44
66
*******************
45
67
 
54
76
* :doc:`whats-new-in-2.1`
55
77
* :doc:`whats-new-in-2.2`
56
78
* :doc:`whats-new-in-2.3`
 
79
 
 
80
..
 
81
   vim: tw=74 ft=rst ff=unix