~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/dirstate.py

Simple 'compiled with pyrex' ProcessEntry class. faster.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3065
3065
        _bisect_path_right_c as _bisect_path_right,
3066
3066
        cmp_by_dirs_c as cmp_by_dirs,
3067
3067
        update_entry as update_entry,
 
3068
        ProcessEntryC as _process_entry,
3068
3069
        )
3069
3070
except ImportError:
3070
3071
    from bzrlib._dirstate_helpers_py import (