Download:
child 214:1f169334834b
parent 212:7bec8e3d6038
213:adc4e59eb470
Anton Shestakov <av6@dwimlabs.net>, Tue, 23 Aug 2016 14:30:08 +0800
queue: split a long line

1 файлов изменено, 2 вставок(+), 1 удалений(-) [+]
poll-hgweb-queue.py file | annotate | diff | comparison | revisions
--- a/poll-hgweb-queue.py Tue Aug 23 14:26:00 2016 +0800
+++ b/poll-hgweb-queue.py Tue Aug 23 14:30:08 2016 +0800
@@ -59,7 +59,8 @@
self.push(base, new)
logging.info('Got %d new hash(es) from %s', len(new), url)
else:
- logging.info('Got %d current hash(es) from %s', len(hashes), url)
+ logging.info(
+ 'Got %d current hash(es) from %s', len(hashes), url)
target['hashes'] = hashes
target['etag'] = response.headers.get('ETag', None)
elif response.code == 304: