~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2009-02-13 00:52:18 UTC
  • mto: This revision was merged to the branch mainline in revision 4012.
  • Revision ID: robertc@robertcollins.net-20090213005218-yxrgiq7j1du2vldm
Fix RemoteBranch to be used correctly in tests using bzr+ssh, to fire off Branch hooks correctly, and improve the branch_implementations tests to check that making a branch gets the right format under test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    * ``bzr unshelve`` gives a more palatable error if passed a non-integer
29
29
      shelf id. (Daniel Watkins)
30
30
 
 
31
    * Many Branch hooks would not fire with ``bzr://`` and ``bzr+ssh://``
 
32
      branches, and this was not noticed due to a bug in the test logic
 
33
      for branches. This is now fixed and a test added to prevent it
 
34
      reoccuring. (Robert Collins, Andrew Bennetts)
 
35
 
31
36
  DOCUMENTATION:
32
37
 
33
38
    * The documentation for ``shelve`` and ``unshelve`` has been clarified.
44
49
      command object before the command is run (or help generated from
45
50
      it), without overriding the command. (Robert Collins)
46
51
 
 
52
    * Some methods have been pulled up from ``BzrBranch`` to ``Branch``
 
53
      to aid branch types that are not bzr branch objects (like
 
54
      RemoteBranch). (Robert Collins, Andrew Bennetts)
 
55
 
47
56
 
48
57
bzr 1.12rc1 "1234567890" 2009-02-10
49
58
-----------------------------------