~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_hashcache.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-05-12 07:53:55 UTC
  • mfrom: (5849.1.3 use-sha-string)
  • Revision ID: pqm@pqm.ubuntu.com-20110512075355-oukrddgzhx2xkkfi
(jelmer) Use osutils.sha_string / osutils.sha_strings in a couple more
 places. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    )
28
28
 
29
29
 
30
 
def sha1(t):
31
 
    return osutils.sha(t).hexdigest()
 
30
sha1 = osutils.sha_string
32
31
 
33
32
 
34
33
def pause():