unnecessary builtin commands are always loaded at startup

Bug #553017 reported by Martin Pool
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar
Fix Released
Medium
Martin Pool

Bug Description

In bzr 2.2b1, builtins.py has:

from bzrlib.cmd_version_info import cmd_version_info
from bzrlib.conflicts import cmd_resolve, cmd_conflicts, restore
from bzrlib.foreign import cmd_dpush
from bzrlib.sign_my_commits import cmd_sign_my_commits

these are fairly infrequently used, and loading every time can cause more disk io. They should be lazy.

Related branches

Revision history for this message
Martin Pool (mbp) wrote :
John A Meinel (jameinel)
Changed in bzr:
milestone: none → 2.2.0
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.