/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Aaron Bentley
  • Date: 2006-04-18 06:44:59 UTC
  • mfrom: (1669 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1672.
  • Revision ID: aaron.bentley@utoronto.ca-20060418064459-eb09de30e77bb019
Merge 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':