Mon, 08 Dec 2014 15:37:03 -0500
- commit latest changes
hgpoll.py | file | annotate | diff | comparison | revisions |
--- 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