~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2005-10-24 15:56:15 UTC
  • mfrom: (1185.16.99)
  • mto: (1185.25.1)
  • mto: This revision was merged to the branch mainline in revision 1488.
  • Revision ID: abentley@panoramicfeedback.com-20051024155615-6af1ed78ba9e4f9f
Merge from mpool

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
UNRELEASED CHANGES
2
2
 
3
3
  IMPROVEMENTS:
 
4
  
4
5
    * merge now takes a --show-base option to include the base text in
5
6
      conflicts.
6
7
      (Aaron Bentley)
45
46
    * Just give a quieter warning if a plugin can't be loaded, and 
46
47
      put the details in .bzr.log.  (Martin Pool)
47
48
 
 
49
    * 'bzr branch' will now set the branch-name to the last component of the
 
50
      output directory, if one was supplied.
 
51
 
48
52
    * New sftp transport, based on Paramiko.  (Robey Pointer)
49
53
 
50
54
    * If the option 'post_commit' is set to one (or more) python function
57
61
    * --merge-type weave is now supported for file contents.  Tree-shape
58
62
      changes are still three-way based.  (Martin Pool, Aaron Bentley)
59
63
 
 
64
    * 'bzr check' allows the first revision on revision-history to have
 
65
      parents - something that is expected for cheap checkouts, and occurs
 
66
      when conversions from baz do not have all history.  (Robert Collins).
 
67
 
60
68
  TESTING:
61
69
 
62
70
    * The 'bzr selftest --pattern' option for has been removed, now 
126
134
    * Transports can register using register_lazy_transport, and they 
127
135
      will be loaded when first used.  (Martin Pool)
128
136
 
 
137
    * Transports can register using register_lazy_transport, and they 
 
138
      will be loaded when first used.  (Martin Pool)
 
139
 
129
140
    * 'pull' has been factored out of the command as WorkingTree.pull().
130
141
      A new option to WorkingTree.pull has been added, clobber, which will
131
142
      ignore diverged history and pull anyway.
165
176
      of merge_inner. Likewise 'merge' now returns the conflict count to the
166
177
      caller. (Robert Collins)
167
178
 
 
179
    * 'revision.revision_graph can handle having only partial history for
 
180
      a revision - that is no revisions in the graph with no parents.
 
181
      (Robert Collins).
 
182
 
168
183
  BUG FIXES:
169
184
 
170
185
    * Better handling of branches in directories with non-ascii names.