/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Martin Pool
  • Date: 2007-02-26 05:08:52 UTC
  • mto: This revision was merged to the branch mainline in revision 2309.
  • Revision ID: mbp@sourcefrog.net-20070226050852-791ohdf63hd52yt1
Fix tag help (fullermd)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3179
3179
    (--revision) option can be given -rtag:X, where X is any previously
3180
3180
    created tag.
3181
3181
 
3182
 
    Tags are stored in the repository, and apply to all branches stored
3183
 
    in the repository.  Tags are copied from one branch to another along
3184
 
    when you branch, push, pull or merge.
 
3182
    Tags are stored in the branch.  Tags are copied from one branch to another
 
3183
    along when you branch, push, pull or merge.
3185
3184
    """
3186
3185
 
3187
3186
    takes_args = ['tag_name']