~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-08-06 21:57:33 UTC
  • mfrom: (3566.2.2 tag-rename-documentation)
  • Revision ID: pqm@pqm.ubuntu.com-20080806215733-qiem34zrdhgcq8ap
(Benjamin Peterson) Document how to rename tags

Show diffs side-by-side

added added

removed removed

Lines of Context:
4315
4315
 
4316
4316
    It is an error to give a tag name that already exists unless you pass 
4317
4317
    --force, in which case the tag is moved to point to the new revision.
 
4318
 
 
4319
    To rename a tag (change the name but keep it on the same revsion), run ``bzr
 
4320
    tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``.
4318
4321
    """
4319
4322
 
4320
4323
    _see_also = ['commit', 'tags']