~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_dirstate.py

  • Committer: Ian Clatworthy
  • Date: 2007-07-03 07:37:11 UTC
  • mfrom: (2520.3.1 110448)
  • mto: This revision was merged to the branch mainline in revision 2576.
  • Revision ID: ian.clatworthy@internode.on.net-20070703073711-grb8q45os61y904x
(Vincent Ladeuil) Merge fix for #110448 

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
        tree.commit('initial', rev_id='rev-1')
201
201
        revision_id = 'rev-1'
202
202
        # a_packed_stat = dirstate.pack_stat(os.stat('tree/a'))
203
 
        t = self.get_transport().clone('tree')
 
203
        t = self.get_transport('tree')
204
204
        a_text = t.get_bytes('a')
205
205
        a_sha = osutils.sha_string(a_text)
206
206
        a_len = len(a_text)