/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: Canonical.com Patch Queue Manager
  • Date: 2009-03-10 02:44:32 UTC
  • mfrom: (4095.2.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090310024432-0g561n9wf23vph9f
(mbp) Better help for bzr send

Show diffs side-by-side

added added

removed removed

Lines of Context:
839
839
    with bzr send.
840
840
    """
841
841
 
842
 
    _see_also = ['push', 'update', 'status-flags']
 
842
    _see_also = ['push', 'update', 'status-flags', 'send']
843
843
    takes_options = ['remember', 'overwrite', 'revision',
844
844
        custom_help('verbose',
845
845
            help='Show logs of pulled revisions.'),
3325
3325
    """
3326
3326
 
3327
3327
    encoding_type = 'exact'
3328
 
    _see_also = ['update', 'remerge', 'status-flags']
 
3328
    _see_also = ['update', 'remerge', 'status-flags', 'send']
3329
3329
    takes_args = ['location?']
3330
3330
    takes_options = [
3331
3331
        'change',
4712
4712
    default.  "0.9" uses revision bundle format 0.9 and merge directive
4713
4713
    format 1.  It is compatible with Bazaar 0.12 - 0.18.
4714
4714
 
4715
 
    Merge directives are applied using the merge command or the pull command.
 
4715
    The merge directives created by bzr send may be applied using bzr merge or
 
4716
    bzr pull by specifying a file containing a merge directive as the location.
4716
4717
    """
4717
4718
 
4718
4719
    encoding_type = 'exact'