X-Git-Url: http://git.samba.org/samba.git/?p=jelmer%2Fsubvertpy.git;a=blobdiff_plain;f=transport.py;fp=transport.py;h=03b9cc5d4e9b415029bde34d9ec7fc0cda274793;hp=4571d3f0d25310f037f84d79592ff361ee25dfe9;hb=135b36efe00d61e8422ff3432250e581e993e404;hpb=3130ce355be4ad4fe86ad64b5d74cae7fe22fb3d diff --git a/transport.py b/transport.py index 4571d3f0..03b9cc5d 100644 --- a/transport.py +++ b/transport.py @@ -265,6 +265,8 @@ class SvnRaTransport(Transport): assert isinstance(limit, int) from threading import Thread, Semaphore + self.mutter('svn iter-log -r%d:%d %r ' % (from_revnum, to_revnum, paths)) + class logfetcher(Thread): def __init__(self, transport, *args, **kwargs): Thread.__init__(self)