~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.3.txt

  • Committer: Jelmer Vernooij
  • Date: 2011-05-04 20:03:08 UTC
  • mfrom: (5824 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5828.
  • Revision ID: jelmer@samba.org-20110504200308-7dzetv0igs4gh5p2
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
  normally not require running ``bzr whoami`` first.
46
46
  (Martin Pool, #616878)
47
47
 
 
48
* ``bzr merge --preview --pull`` should respect the ``--preview`` option
 
49
  first, and not actually change the branch tip revision.
 
50
  (John Arbash Meinel, Dennis Duchier, #760152)
 
51
 
48
52
* ``bzr push`` into a repository (that doesn't have a branch), will no
49
53
  longer copy all revisions in the repository. Only the ones in the
50
54
  ancestry of the source branch, like it does in all other cases.