~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-01-16 05:39:13 UTC
  • mfrom: (1551.19.27 Aaron's mergeable stuff)
  • Revision ID: pqm@pqm.ubuntu.com-20080116053913-ny7sihxkms5v6d7j
Merge now uses the submit_branch by default (abentley)

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
    * Fetching via bzr+ssh will no longer fill ghosts by default (this is
13
13
      consistent with pack-0.92 fetching over SFTP). (Robert Collins)
14
14
 
 
15
   * ``merge`` now prefers to use the submit branch, but will fall back to
 
16
     parent branch.  For many users, this has no effect.  But some users who
 
17
     pull and merge on the same branch will notice a change.  This change
 
18
     makes it easier to work on a branch on two different machines, pulling
 
19
     between the machines, while merging from the upstream.
 
20
     ``merge --remember`` can now be used to set the submit_branch.
 
21
     (Aaron Bentley)
 
22
 
15
23
  FEATURES:
16
24
 
17
25
    * New smart method, ``Repository.stream_revisions_chunked``, for fetching