~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(jelmer) In "bzr tag",
 mention when an existing tag has been updated (with --force). (Jelmer
 Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
  (Jelmer Vernooij, #164450)
107
107
 
108
108
* ``bzr tag`` no longer errors if a tag already exists but refers to the
109
 
  same revision. (Jelmer Vernooij)
 
109
  same revision, and will mention when a tag has been updated
 
110
  rather than created. (Jelmer Vernooij, #381203)
110
111
 
111
112
* ``bzr uncommit`` will now remove tags that refer to removed revisions.
112
113
  The ``--keep-tags`` option can be used to prevent this behaviour.