~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/upgrade.py

  • Committer: Matthew Fuller
  • Date: 2010-12-04 17:28:50 UTC
  • mto: (5575.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 5576.
  • Revision ID: fullermd@over-yonder.net-20101204172850-fz0mant0wbf882sk
The param is clean_up, not clean-up.

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
 
156
156
    :param control_dirs: the BzrDirs to upgrade
157
157
    :param format: the format to convert to or None for the best default
158
 
    :param clean-up: if True, the backup.bzr directory is removed if the
 
158
    :param clean_up: if True, the backup.bzr directory is removed if the
159
159
      upgrade succeeded for a given repo/branch/tree
160
160
    :param pack: pack repositories that successfully upgrade
161
161
    :param dry_run: show what would happen but don't actually do any upgrades