Rev 2258: Fix function name. in http://people.samba.org/bzr/jelmer/bzr-svn/0.5
Jelmer Vernooij
jelmer at samba.org
Sat Dec 13 03:03:07 GMT 2008
At http://people.samba.org/bzr/jelmer/bzr-svn/0.5
------------------------------------------------------------
revno: 2258
revision-id: jelmer at samba.org-20081213030303-j5b1m9c6c2l4mr4i
parent: jelmer at samba.org-20081209004415-5cnwnpdksltkd39u
parent: jelmer at samba.org-20081212155142-8o4ajif6v7c11ic5
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.5
timestamp: Sat 2008-12-13 04:03:03 +0100
message:
Fix function name.
modified:
subvertpy/subvertpy/tests/__init__.py __init__.py-20081002194117-jwf9payoee8eqz7g-1
------------------------------------------------------------
revno: 1925.2.46
revision-id: jelmer at samba.org-20081212155142-8o4ajif6v7c11ic5
parent: jelmer at samba.org-20081209004350-9ahtcua9ani0kuh3
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Fri 2008-12-12 16:51:42 +0100
message:
Fix typo in function name.
modified:
subvertpy/tests/__init__.py __init__.py-20081002194117-jwf9payoee8eqz7g-1
=== modified file 'subvertpy/subvertpy/tests/__init__.py'
--- a/subvertpy/subvertpy/tests/__init__.py 2008-12-08 17:00:47 +0000
+++ b/subvertpy/subvertpy/tests/__init__.py 2008-12-12 15:51:42 +0000
@@ -68,7 +68,7 @@
def modify(self, contents=None):
if contents is None:
- contents = urllib2.random_bytes(100)
+ contents = urllib2.randombytes(100)
txdelta = self.file.apply_textdelta()
delta.send_stream(StringIO(contents), txdelta)
More information about the bazaar-commits
mailing list