~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_intertree/test_compare.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-08-05 16:51:01 UTC
  • mfrom: (5906.1.10 custom-verifier)
  • Revision ID: pqm@pqm.ubuntu.com-20110805165101-e89g9pgybm7db15a
(jelmer) Allow other kinds of file "verifiers" than SHA1. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    errors,
24
24
    mutabletree,
25
25
    tests,
26
 
    workingtree_4,
27
26
    )
28
 
from bzrlib.osutils import file_kind, has_symlinks
 
27
from bzrlib.osutils import has_symlinks
29
28
from bzrlib.tests.per_intertree import TestCaseWithTwoTrees
30
29
from bzrlib.tests import (
31
 
    TestNotApplicable,
32
30
    features,
33
31
    )
34
32