~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2011-08-31 16:48:52 UTC
  • mto: (6123.1.2 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6124.
  • Revision ID: jelmer@samba.org-20110831164852-16pxi1rfmfaqwhbw
Show how many tags have been updated in bzr pull.

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
  Entering an empty commit message in the message editor still triggers
103
103
  an error. (Jelmer Vernooij)
104
104
 
 
105
* ``bzr pull`` will now mention how many tags it has updated.
 
106
  (Jelmer Vernooij, #164450)
 
107
 
105
108
* ``bzr uncommit`` will now remove tags that refer to removed revisions.
106
109
  The ``--keep-tags`` option can be used to prevent this behaviour.
107
110
  (Jelmer Vernooij, #605814)