~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge from mainline

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-* \
52
55
 
53
56
    * Using Tree Transform for merge, revert, tree-building
54
57
 
 
58
    * WorkingTree.create, Branch.create, WorkingTree.create_standalone,
 
59
      Branch.initialize are now deprecated. Please see BzrDir.create_* for
 
60
      replacement API's. (Robert Collins)
 
61
 
 
62
    * New BzrDir class represents the .bzr control directory and manages
 
63
      formatting issues. (Robert Collins)
 
64
 
55
65
  TESTING:
56
66
 
57
67
    * SFTP tests now shortcut the SSH negotiation, reducing test overhead
58
68
      for testing SFTP protocol support. (Robey Pointer)
59
69
 
 
70
    * Branch formats are now tested once per implementation (see bzrlib.
 
71
      tests.branch_implementations. This is analagous to the transport
 
72
      interface tests, and has been followed up with working tree,
 
73
      repository and BzrDir tests. (Robert Collins)
 
74
 
 
75
    * New test base class TestCaseWithTransport provides a transport aware
 
76
      test environment, useful for testing any transport-interface using
 
77
      code. The test suite option --transport controls the transport used
 
78
      by this class (when its not being used as part of implementation
 
79
      contract testing). (Robert Collins)
 
80
 
 
81
 
60
82
bzr 0.7rc1 2006-01-09
61
83
 
62
84
  CHANGES: