~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2009-03-12 05:32:56 UTC
  • mfrom: (4124 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4140.
  • Revision ID: mbp@sourcefrog.net-20090312053256-071khr6k4wwuuyja
merge news

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
      must now be explicitly added tree references.  At the commandline, use
15
15
      join --reference instead of add.  (Aaron Bentley)
16
16
 
 
17
  NEW FEATURES:
 
18
 
17
19
  IMPROVEMENTS:
18
20
 
19
21
    * ``bzr ignore`` gives a more informative message when existing
42
44
      sorts optimally for use with groupcompress compressors. (John Arbash
43
45
      Meinel, Robert Collins)
44
46
 
 
47
  INTERNALS:
 
48
 
 
49
 
45
50
bzr 1.13rc1 "paraskavedekatriaphobia" 2009-03-10
46
51
------------------------------------------------
47
52
This release includes bug fixes and a few performance and feature improvements.
152
157
    * Export now handles files that are not present in the tree.
153
158
      (James Westby, #174539)
154
159
 
 
160
    * Fixed incorrect "Source format does not support stacking" warning
 
161
      when pushing to a smart server.  (Andrew Bennetts, #334114)
 
162
      
155
163
    * Fixed "sprout() got an unexpected keyword argument 'source_branch'"
156
164
      error branching from old repositories.
157
165
      (Martin Pool, #321695)