~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-09-01 18:11:38 UTC
  • mfrom: (6111.2.1 tag-same-rev-no-error)
  • Revision ID: pqm@pqm.ubuntu.com-20110901181138-l9mi0miijmx29wm9
(jelmer) bzr tag no longer errors if a tag exists but has the same target.
 (Jelmer Vernooij)

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 tag`` no longer errors if a tag already exists but refers to the
 
106
  same revision. (Jelmer Vernooij)
 
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)