~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree_4.py

  • Committer: Vincent Ladeuil
  • Date: 2009-06-23 07:10:03 UTC
  • mfrom: (4459.2.4 cleanup)
  • mto: This revision was merged to the branch mainline in revision 4472.
  • Revision ID: v.ladeuil+lp@free.fr-20090623071003-a5eok9j6ebmj049m
Use consistent naming rules for pyrex modules

Show diffs side-by-side

added added

removed removed

Lines of Context:
1970
1970
        if not CompiledDirstateHelpersFeature.available():
1971
1971
            from bzrlib.tests import UnavailableFeature
1972
1972
            raise UnavailableFeature(CompiledDirstateHelpersFeature)
1973
 
        from bzrlib._dirstate_helpers_c import ProcessEntryC
 
1973
        from bzrlib._dirstate_helpers_pyx import ProcessEntryC
1974
1974
        result = klass.make_source_parent_tree(source, target)
1975
1975
        result[1]._iter_changes = ProcessEntryC
1976
1976
        return result