~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-09-21 22:59:25 UTC
  • mfrom: (2022.1.7 version-info-55794)
  • Revision ID: pqm@pqm.ubuntu.com-20060921225925-ab09f1d0cb2c838c
(jam) Add command 'bzr version-info'

Show diffs side-by-side

added added

removed removed

Lines of Context:
2916
2916
# we do need to load at least some information about them to know of 
2917
2917
# aliases.  ideally we would avoid loading the implementation until the
2918
2918
# details were needed.
 
2919
from bzrlib.cmd_version_info import cmd_version_info
2919
2920
from bzrlib.conflicts import cmd_resolve, cmd_conflicts, restore
2920
2921
from bzrlib.bundle.commands import cmd_bundle_revisions
2921
2922
from bzrlib.sign_my_commits import cmd_sign_my_commits