# HG changeset patch # User Teemu Piippo # Date 1418071023 18000 # Node ID 87ad0c1b34052faa9ae38a80139c21cf2bbde86a # Parent 8cf31b4d5fcb83f063e6bca63fd8f8408b0f3de7 - commit latest changes diff -r 8cf31b4d5fcb -r 87ad0c1b3405 hgpoll.py --- a/hgpoll.py Sun Nov 30 17:27:09 2014 +0200 +++ b/hgpoll.py Mon Dec 08 15:37:03 2014 -0500 @@ -243,7 +243,7 @@ zanrepo = hgapi.Repo (repo_name) commit_data = [] delimeter = '@@@@@@@@@@' - print 'Checking %s for updates' % repo_name + # print 'Checking %s for updates' % repo_name try: data = zanrepo.hg_command ('incoming', '--quiet', '--template', @@ -293,7 +293,7 @@ i = 0 while i < len (commit_data): try: - zanrepo.hg_command ('log', '-r' commit_data[i][0]) + zanrepo.hg_command ('log', '-r', commit_data[i][0]) del commit_data[i] except: i += 1