~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-04-28 13:13:49 UTC
  • mfrom: (5810.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20110428131349-dt632s6r8p3qewxb
(vila) Merge 2.3 into trunk resolving conflicts (Vincent Ladeuil)

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.