/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/transform.py

Add a test for the accelerator tree code path.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2611
2611
                    contents = filtered_output_bytes(contents, filters,
2612
2612
                        ContentFilterContext(tree_path, tree))
2613
2613
                try:
2614
 
                    tt.create_file(contents, trans_id)
 
2614
                    tt.create_file(contents, trans_id, sha1=text_sha1)
2615
2615
                finally:
2616
2616
                    try:
2617
2617
                        contents.close()