~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Martin Pool
  • Date: 2006-05-10 03:00:32 UTC
  • mto: This revision was merged to the branch mainline in revision 1707.
  • Revision ID: mbp@sourcefrog.net-20060510030032-739cc533cae68844
Remove documentation for deleted uncommit --all flag

Show diffs side-by-side

added added

removed removed

Lines of Context:
2394
2394
class cmd_uncommit(bzrlib.commands.Command):
2395
2395
    """Remove the last committed revision.
2396
2396
 
2397
 
    By supplying the --all flag, it will not only remove the entry 
2398
 
    from revision_history, but also remove all of the entries in the
2399
 
    stores.
2400
 
 
2401
2397
    --verbose will print out what is being removed.
2402
2398
    --dry-run will go through all the motions, but not actually
2403
2399
    remove anything.