~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bundle/commands.py

  • Committer: Andrew Bennetts
  • Date: 2007-03-28 07:08:42 UTC
  • mfrom: (2380 +trunk)
  • mto: (2018.5.146 hpss)
  • mto: This revision was merged to the branch mainline in revision 2414.
  • Revision ID: andrew.bennetts@canonical.com-20070328070842-r843houy668oxb9o
Merge from bzr.dev.

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
    """