~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Vincent Ladeuil
  • Date: 2010-10-13 14:06:32 UTC
  • mto: This revision was merged to the branch mainline in revision 5499.
  • Revision ID: v.ladeuil+lp@free.fr-20101013140632-ofxvtfvji3pk5gb8
Use config_id instead of id as suggested by poolie.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6070
6070
    # be only called once.
6071
6071
    for (name, aliases, module_name) in [
6072
6072
        ('cmd_bundle_info', [], 'bzrlib.bundle.commands'),
6073
 
        ('cmd_config', ['conf'], 'bzrlib.config'),
 
6073
        ('cmd_config', [], 'bzrlib.config'),
6074
6074
        ('cmd_dpush', [], 'bzrlib.foreign'),
6075
6075
        ('cmd_version_info', [], 'bzrlib.cmd_version_info'),
6076
6076
        ('cmd_resolve', ['resolved'], 'bzrlib.conflicts'),