~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-02-24 16:28:50 UTC
  • mfrom: (1558.1.14 Aaron's integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060224162850-d1f8cb9cdfab3016
Merge trivial bugfix to --no-alias handling

Show diffs side-by-side

added added

removed removed

Lines of Context:
573
573
        from bzrlib.plugin import disable_plugins
574
574
        disable_plugins()
575
575
 
 
576
    alias_argv = None
 
577
 
576
578
    if not opt_no_aliases:
577
579
        alias_argv = get_alias(argv[0])
578
580
        if alias_argv: