~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Robert Collins
  • Date: 2010-02-21 07:28:47 UTC
  • mto: This revision was merged to the branch mainline in revision 5052.
  • Revision ID: robertc@robertcollins.net-20100221072847-8mdadphpnxr6j3xk
Fix missed stale reference to cmd_version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
991
991
 
992
992
    if argv[0] == '--version':
993
993
        get_cmd_object('version').run_argv_aliases([])
994
 
        cmd_version().run_argv_aliases([])
995
994
        return 0
996
995
 
997
996
    alias_argv = None