~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2006-02-17 04:17:09 UTC
  • mto: (1534.1.24 integration)
  • mto: This revision was merged to the branch mainline in revision 1554.
  • Revision ID: robertc@robertcollins.net-20060217041709-7251eb701f69ca7e
Review feedback.

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
    * Upgrade can now upgrade over the network. (Robert Collins)
22
25
 
23
26
    * Two new commands 'bzr checkout' and 'bzr update' allow for CVS/SVN-alike
32
35
      management routines are now in bzrlib.lockablefiles. 
33
36
      (Aaron Bentley, Robert Collins, Martin Pool)
34
37
 
 
38
    * WorkingTree.create, Branch.create, WorkingTree.create_standalone,
 
39
      Branch.initialize are now deprecated. Please see BzrDir.create_* for
 
40
      replacement API's. (Robert Collins)
 
41
 
 
42
    * New BzrDir class represents the .bzr control directory and manages
 
43
      formatting issues. (Robert Collins)
 
44
 
35
45
  TESTING:
36
46
 
37
47
    * SFTP tests now shortcut the SSH negotiation, reducing test overhead
38
48
      for testing SFTP protocol support. (Robey Pointer)
39
49
 
40
 
  IMPROVEMENTS:
 
50
    * Branch formats are now tested once per implementation (see bzrlib.
 
51
      tests.branch_implementations. This is analagous to the transport
 
52
      interface tests, and has been followed up with working tree,
 
53
      repository and BzrDir tests. (Robert Collins)
41
54
 
42
 
    * pull now accepts a --revision argument (Erik Bågfors)
 
55
    * New test base class TestCaseWithTransport provides a transport aware
 
56
      test environment, useful for testing any transport-interface using
 
57
      code. The test suite option --transport controls the transport used
 
58
      by this class (when its not being used as part of implementation
 
59
      contract testing). (Robert Collins)
43
60
 
44
61
 
45
62
bzr 0.7rc1 2006-01-09