~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Aaron Bentley
  • Date: 2006-04-17 13:20:55 UTC
  • mto: This revision was merged to the branch mainline in revision 1666.
  • Revision ID: abentley@panoramicfeedback.com-20060417132055-3498a8631cb2fb31
Removed deprecation warning when bzr invoked with no arguments

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':