/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: Canonical.com Patch Queue Manager
  • Date: 2009-03-06 06:48:25 UTC
  • mfrom: (4070.8.6 debug-config)
  • Revision ID: pqm@pqm.ubuntu.com-20090306064825-kbpwggw21dygeix6
(mbp) debug_flags configuration option

Show diffs side-by-side

added added

removed removed

Lines of Context:
809
809
            argv_copy.append(a)
810
810
        i += 1
811
811
 
 
812
    debug.set_debug_flags_from_config()
 
813
 
812
814
    argv = argv_copy
813
815
    if (not argv):
814
816
        from bzrlib.builtins import cmd_help