~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: 2007-08-28 08:23:40 UTC
  • mfrom: (2757.1.1 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070828082340-2byilw23kzl3cjx4
(Daniel Watkins) Better explanation of -r in uncommit help

Show diffs side-by-side

added added

removed removed

Lines of Context:
3419
3419
    --verbose will print out what is being removed.
3420
3420
    --dry-run will go through all the motions, but not actually
3421
3421
    remove anything.
3422
 
    
 
3422
 
 
3423
    If --revision is specified, uncommit revisions to leave the branch at the
 
3424
    specified revision.  For example, "bzr uncommit -r 15" will leave the
 
3425
    branch at revision 15.
 
3426
 
3423
3427
    In the future, uncommit will create a revision bundle, which can then
3424
3428
    be re-applied.
3425
3429
    """