~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

Merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
570
570
    argv = argv_copy
571
571
    if (not argv):
572
572
        from bzrlib.builtins import cmd_help
573
 
        cmd_help().run_argv([])
 
573
        cmd_help().run_argv_aliases([])
574
574
        return 0
575
575
 
576
576
    if argv[0] == '--version':