~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: Vincent Ladeuil
  • Date: 2011-06-27 15:42:09 UTC
  • mfrom: (5993 +trunk)
  • mto: (5993.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 5994.
  • Revision ID: v.ladeuil+lp@free.fr-20110627154209-azubuhbuxsz109hq
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
Two built-in synonyms for ``bzr branch`` have been deprecated: ``clone`` and
50
50
``get``.
51
51
 
 
52
Command options
 
53
***************
 
54
 
 
55
* The ``bzr log`` and ``bzr missing`` commands now accept ``-S`` as a
 
56
  shorthand for ``--short``.
 
57
 
52
58
Configuration files
53
59
*******************
54
60
 
101
107
network roundtrips.  Other operations where a local branch is stacked on a
102
108
branch hosted on a smart server will also benefit.
103
109
 
 
110
More export control
 
111
*******************
 
112
 
 
113
When exporting a tree, you may now use get_export_generator() to 
 
114
do an operation after each file is exported. 
 
115
 
104
116
Testing
105
117
*******
106
118