~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Vincent Ladeuil
  • Date: 2011-09-08 08:03:35 UTC
  • mfrom: (6123.1.14 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6252.
  • Revision ID: v.ladeuil+lp@free.fr-20110908080335-ddel4ir5grz945xa
Merge into trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
465
465
            usage help (e.g. Purpose, Usage, Options) with a
466
466
            message explaining how to obtain full help.
467
467
        """
468
 
        if self.l10n and not i18n.installed():
 
468
        if self.l10n:
469
469
            i18n.install()  # Install i18n only for get_help_text for now.
470
470
        doc = self.help()
471
471
        if doc: