~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bundle/commands.py

  • Committer: Ian Clatworthy
  • Date: 2007-03-26 09:59:49 UTC
  • mto: (2371.1.2 jam-integration)
  • mto: This revision was merged to the branch mainline in revision 2378.
  • Revision ID: ian.clatworthy@internode.on.net-20070326095949-mbs36oe73rer2l3r
Help and man page fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
 
87
87
    bzr bundle-revisions
88
88
        - Generate a bundle relative to a remembered location
 
89
 
89
90
    bzr bundle-revisions BASE
90
91
        - Bundle to apply the current tree into BASE
 
92
 
91
93
    bzr bundle-revisions --revision A
92
94
        - Bundle to apply revision A to remembered location 
 
95
 
93
96
    bzr bundle-revisions --revision A..B
94
97
        - Bundle to transform A into B
95
98
    """