/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 breezy/builtins.py

  • Committer: Jelmer Vernooij
  • Date: 2017-06-10 01:43:31 UTC
  • mfrom: (6676 work)
  • mto: This revision was merged to the branch mainline in revision 6690.
  • Revision ID: jelmer@jelmer.uk-20170610014331-1xalwmij33imwidq
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6743
6743
    # register lazy builtins from other modules; called at startup and should
6744
6744
    # be only called once.
6745
6745
    for (name, aliases, module_name) in [
 
6746
        ('cmd_bisect', [], 'breezy.bisect'),
6746
6747
        ('cmd_bundle_info', [], 'breezy.bundle.commands'),
6747
6748
        ('cmd_config', [], 'breezy.config'),
6748
6749
        ('cmd_dpush', [], 'breezy.foreign'),