~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-03-14 01:19:27 UTC
  • mfrom: (3251.1.3 child_submit)
  • Revision ID: pqm@pqm.ubuntu.com-20080314011927-hi5bdap69742g7zn
(Jelmer) Support child_submit_to option in submit-branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
   * ``branch`` and ``checkout`` can hard-link working tree files, which is
37
37
     faster and saves space.  (Aaron Bentley)
38
38
 
 
39
   * ``bzr send`` will now also look at the ``child_submit_to`` setting in
 
40
     the submit branch to determine the email address to send to. 
 
41
     (Jelmer Vernooij)
 
42
 
39
43
  IMPROVEMENTS:
40
44
 
41
45
   * BzrBranch._lefthand_history is faster on pack repos.  (Aaron Bentley)