~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: Canonical.com Patch Queue Manager
  • Date: 2011-04-16 01:09:56 UTC
  • mfrom: (5784.1.4 760435-less-fail)
  • Revision ID: pqm@pqm.ubuntu.com-20110416010956-5wrpm136qq2hz5f3
(mbp) rename and deprecate failUnlessExists and failIfExists (Martin Pool)

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
 
 
41
35
Configuration files
42
36
*******************
43
37