~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-10-20 09:20:46 UTC
  • Revision ID: robertc@robertcollins.net-20051020092046-f41cd3e0c9896b98
Merge now has a retcode of 1 when conflicts occur. (Robert Collins)

'merge_flex' no longer calls conflict_handler.finalize(), instead that
is called by merge_inner. This is so that the conflict count can be 
retrieved (and potentially manipulated) before returning to the caller
of merge_inner. Likewise 'merge' now returns the conflict count to the
caller. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
      after the commit has completed, with the branch and revision_id as
48
48
      parameters. (Robert Collins)
49
49
 
 
50
    * Merge now has a retcode of 1 when conflicts occur. (Robert Collins)
 
51
 
50
52
  TESTING:
51
53
 
52
54
    * The 'bzr selftest --pattern' option for has been removed, now 
146
148
    * Transports can register using register_lazy_transport, and they 
147
149
      will be loaded when first used.  (Martin Pool)
148
150
 
 
151
    * 'merge_flex' no longer calls conflict_handler.finalize(), instead that
 
152
      is called by merge_inner. This is so that the conflict count can be 
 
153
      retrieved (and potentially manipulated) before returning to the caller
 
154
      of merge_inner. Likewise 'merge' now returns the conflict count to the
 
155
      caller. (Robert Collins)
 
156
 
149
157
  BUG FIXES:
150
158
 
151
159
    * Better handling of branches in directories with non-ascii names.