~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Martin Pool
  • Date: 2005-08-29 03:56:33 UTC
  • Revision ID: mbp@sourcefrog.net-20050829035633-5c239d7da5f38d0b
- better help for upgrade command

Show diffs side-by-side

added added

removed removed

Lines of Context:
1373
1373
class cmd_upgrade(Command):
1374
1374
    """Upgrade branch storage to current format.
1375
1375
 
1376
 
    This should normally be used only after the check command tells
1377
 
    you to run it.
 
1376
    The check command or bzr developers may sometimes advise you to run
 
1377
    this command.
1378
1378
    """
1379
1379
    takes_args = ['dir?']
1380
1380