~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-09-30 02:54:51 UTC
  • mfrom: (1395)
  • mto: This revision was merged to the branch mainline in revision 1397.
  • Revision ID: robertc@robertcollins.net-20050930025451-47b9e412202be44b
symlink and weaves, whaddya know

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
      of local history when making a new branch. This allows faster 
15
15
      branching of remote branches. Contributed by Aaron Bentley.
16
16
 
 
17
    * New tree format based on weave files, called version 5.
 
18
      Existing branches can be upgraded to this format using 
 
19
      'bzr upgrade'.
 
20
 
17
21
  INTERNALS:
18
22
 
 
23
    * Test case failures have the exception printed after the log for your
 
24
      viewing pleasure.
 
25
 
19
26
      
20
27
bzr 0.0.9 2005-09-23
21
28
 
35
42
 
36
43
  IMPROVEMENTS:
37
44
 
38
 
    * Status now accepted a -r argument to give status between chosen
 
45
    * Status now accepts a -r argument to give status between chosen
39
46
      revisions. Contributed by Heikki Paajanen.
40
47
 
41
48
    * Revision arguments no longer use +/-/= to control ranges, instead
49
56
 
50
57
  INTERNALS:
51
58
 
52
 
    * removed uuid() as it was unused.
53
 
 
54
 
    * Test case failures have the exception printed after the log for your
55
 
      viewing pleasure.
 
59
    * Removed uuid() as it was unused.
 
60
 
 
61
    * Improved 'fetch' code for pulling revisions from one branch into
 
62
      another (used by pull, merged, etc.)
 
63
 
56
64
 
57
65
bzr 0.0.8 2005-09-20
58
66
 
82
90
 
83
91
    * Refactor xml packing/unpacking.
84
92
 
85
 
 
86
93
  BUG FIXES: 
87
94
 
88
95
    * Fixed 'bzr mv' by Ollie Rutherfurd.