~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-05-12 00:15:25 UTC
  • mfrom: (4098.5.19 send-hookage)
  • Revision ID: pqm@pqm.ubuntu.com-20090512001525-dnk0gpt8n0h8rbvb
(abentley) add new merge_request_body hook

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
  broken. This is mainly for testing that lock/unlock are
151
151
  balanced in tests. (Vincent Ladeuil)
152
152
 
 
153
* New MergeDirective hook 'merge_request_body' allows hooks to supply or
 
154
  alter a body for the message produced by ``bzr send``.
 
155
 
153
156
* New smart server verb ``BzrDir.initialize_ex`` which implements a
154
157
  refactoring to the core of clone allowing less round trips on new
155
158
  branches. (Robert Collins)