~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/config.py

  • Committer: Vincent Ladeuil
  • Date: 2011-10-03 14:34:45 UTC
  • mto: This revision was merged to the branch mainline in revision 6185.
  • Revision ID: v.ladeuil+lp@free.fr-20111003143445-s382csvk1613x0sp
Remove the warning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3276
3276
        # Hack around library_state.initialize never called
3277
3277
        if bzrlib.global_state is not None:
3278
3278
            return [bzrlib.global_state.cmdline_overrides]
3279
 
        trace.warning("You forgot to use 'with bzrlib.initialize():'")
3280
3279
        return []
3281
3280
 
3282
3281