~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jelmer Vernooij
  • Date: 2005-11-04 17:26:05 UTC
  • mfrom: (1185.16.146)
  • mto: (1185.33.1)
  • mto: This revision was merged to the branch mainline in revision 1509.
  • Revision ID: jelmer@samba.org-20051104172605-9288f261492667fd
MergeĀ fromĀ Martin

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
For 0.7
 
1
UNRELEASED CHANGES
2
2
 
3
3
  IMPROVEMENTS:
4
4
 
 
5
    * "bzr INIT dir" now initializes the specified directory, and creates 
 
6
      it if it does not exist.  (John Arbash Meinel)
 
7
 
 
8
    * Better zsh completion script.  (Steve Borho)
 
9
 
5
10
    * 'bzr diff' now returns 1 when there are changes in the working 
6
11
      tree. (Robert Collins)
7
12
 
10
15
      location in the ~/.bazaar/branches.conf configuration file.
11
16
      (Robert Collins)
12
17
 
 
18
  BUG FIXES:
 
19
 
 
20
    * SFTP can walk up to the root path without index errors. (Robert Collins)
 
21
 
 
22
    * Fix bugs in running bzr with 'python -O'.  (Martin Pool)
 
23
 
 
24
  TESTING:
 
25
 
 
26
    * Fix selftest asking for passwords when there are no SFTP keys.  
 
27
      (Robey Pointer, Jelmer Vernooij) 
 
28
 
 
29
    * Fix selftest run with 'python -O'.  (Martin Pool)
 
30
 
13
31
  INTERNALS:
14
32
 
15
33
    * WorkingTree.pull has been split across Branch and WorkingTree,
36
54
    * Some option parsing errors will raise 'BzrOptionError', allowing 
37
55
      granular detection for decorating commands. (Robert Collins).
38
56
 
 
57
    * Branch.read_working_inventory has moved to
 
58
      WorkingTree.read_working_inventory. This necessitated changes to
 
59
      Branch.get_root_id, and a move of Branch.set_inventory to WorkingTree
 
60
      as well. To make it clear that a WorkingTree cannot always be obtained
 
61
      Branch.working_tree() will raise 'errors.NoWorkingTree' if one cannot
 
62
      be obtained. (Robert Collins)
39
63
 
40
 
bzr 0.6rc1 2005-10-27
 
64
bzr 0.6 2005-10-28
41
65
 
42
66
  IMPROVEMENTS:
43
67
  
88
112
    * 'bzr branch' will now set the branch-name to the last component of the
89
113
      output directory, if one was supplied.
90
114
 
91
 
    * New sftp transport, based on Paramiko.  (Robey Pointer)
92
 
 
93
115
    * If the option 'post_commit' is set to one (or more) python function
94
116
      names (must be in the bzrlib namespace), then they will be invoked
95
117
      after the commit has completed, with the branch and revision_id as