~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2006-09-23 06:39:46 UTC
  • mfrom: (2034 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2035.
  • Revision ID: john@arbash-meinel.com-20060923063946-e596c8a8eef928b4
[merge] bzr.dev 2034

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
      which processes these requests. (Andrew Bennetts, Robert Collins, Martin
36
36
      Pool)
37
37
 
 
38
    * New command ``bzr version-info`` which can be used to get a summary
 
39
      of the current state of the tree. This is especially useful as part
 
40
      of a build commands. See ``doc/version_info.txt`` for more information 
 
41
      (John Arbash Meinel)
 
42
 
38
43
  BUG FIXES:
39
44
 
40
45
    * 'bzr inventory [FILE...]' allows restricting the file list to a
41
46
      specific set of files. (John Arbash Meinel, #3631)
42
47
 
 
48
    * Don't abort when annotating empty files (John Arbash Meinel, #56814)
 
49
 
 
50
    * Add ``Stanza.to_unicode()`` which can be passed to another Stanza
 
51
      when nesting stanzas. Also, add ``read_stanza_unicode`` to handle when
 
52
      reading a nested Stanza. (John Arbash Meinel)
 
53
 
 
54
    * Transform._set_mode() needs to stat the right file. 
 
55
      (John Arbash Meinel, #56549)
 
56
 
43
57
    * Raise WeaveFormatError rather than StopIteration when trying to read
44
58
      an empty Weave file. (John Arbash Meinel, #46871)
45
59
 
79
93
      paths. This may not work perfectly on all platforms, but has the best
80
94
      chance of working in the common case. (John Arbash Meinel, #56816)
81
95
 
 
96
    * When committing, only files that exist in working tree or basis tree
 
97
      may be specified (Aaron Bentley, #50793)
 
98
 
 
99
  PORTABILITY:
 
100
 
 
101
    * Fixes to run on Python 2.5 (Brian M. Carlson, Martin Pool, Marien Zwart)
 
102
 
82
103
  INTERNALS:
83
104
 
84
105
    * TestCaseInTempDir now creates a separate directory for HOME, rather