~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge in bzr-dir phase 3, enabling controlled upgrades and shared repositories.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
bzr development version
 
2
 
2
3
 
3
4
  IMPROVEMENTS:
4
5
 
18
19
      reflect user config now being stored in .bazaar (Hans Ulrich
19
20
      Niedermann)
20
21
 
 
22
    * pull now accepts a --revision argument (Erik Bågfors)
 
23
 
21
24
    * 'bzr re-sign' now allows multiple revisions to be supplied on the command
22
25
      line. You can now use the following command to sign all of your old commits.
23
26
        find .bzr/revision-store// -name my@email-* \
43
46
      management routines are now in bzrlib.lockablefiles. 
44
47
      (Aaron Bentley, Robert Collins, Martin Pool)
45
48
 
 
49
    * WorkingTree.create, Branch.create, WorkingTree.create_standalone,
 
50
      Branch.initialize are now deprecated. Please see BzrDir.create_* for
 
51
      replacement API's. (Robert Collins)
 
52
 
 
53
    * New BzrDir class represents the .bzr control directory and manages
 
54
      formatting issues. (Robert Collins)
 
55
 
46
56
  TESTING:
47
57
 
48
58
    * SFTP tests now shortcut the SSH negotiation, reducing test overhead
49
59
      for testing SFTP protocol support. (Robey Pointer)
50
60
 
 
61
    * Branch formats are now tested once per implementation (see bzrlib.
 
62
      tests.branch_implementations. This is analagous to the transport
 
63
      interface tests, and has been followed up with working tree,
 
64
      repository and BzrDir tests. (Robert Collins)
 
65
 
 
66
    * New test base class TestCaseWithTransport provides a transport aware
 
67
      test environment, useful for testing any transport-interface using
 
68
      code. The test suite option --transport controls the transport used
 
69
      by this class (when its not being used as part of implementation
 
70
      contract testing). (Robert Collins)
 
71
 
 
72
 
51
73
bzr 0.7rc1 2006-01-09
52
74
 
53
75
  CHANGES: