~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/dirstate.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-09-14 03:01:25 UTC
  • mfrom: (4574.3.12 406113-extension-warnings)
  • Revision ID: pqm@pqm.ubuntu.com-20090914030125-wichbbiuuk4260y4
(mbp) warnings if extensions can't be loaded

Show diffs side-by-side

added added

removed removed

Lines of Context:
3969
3969
        ProcessEntryC as _process_entry,
3970
3970
        update_entry as update_entry,
3971
3971
        )
3972
 
except ImportError:
 
3972
except ImportError, e:
 
3973
    osutils.failed_to_load_extension(e)
3973
3974
    from bzrlib._dirstate_helpers_py import (
3974
3975
        _read_dirblocks,
3975
3976
        bisect_dirblock,