~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2006-09-06 02:57:51 UTC
  • mto: (1946.2.10 reduce-knit-churn)
  • mto: This revision was merged to the branch mainline in revision 1988.
  • Revision ID: john@arbash-meinel.com-20060906025751-686364ac616b8e91
rename non_atomic_put_* to put_*non_atomic, and re-order the functions

Show diffs side-by-side

added added

removed removed

Lines of Context:
1058
1058
                # On jam's machine, make_kernel_like_tree is:
1059
1059
                #   put:    4.5-7.5s (averaging 6s)
1060
1060
                #   append: 2.9-4.5s
1061
 
                #   non_atomic_put: 2.9-4.5s
1062
 
                transport.non_atomic_put_bytes(urlutils.escape(name), content)
 
1061
                #   put_non_atomic: 2.9-4.5s
 
1062
                transport.put_bytes_non_atomic(urlutils.escape(name), content)
1063
1063
 
1064
1064
    def build_tree_contents(self, shape):
1065
1065
        build_tree_contents(shape)