Mercurial > hg
diff contrib/undumprevlog @ 19022:cba222f01056
tests: run check-code on Python files without .py extension
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Wed, 17 Apr 2013 03:39:36 +0200 |
parents | 659f34b833b9 |
children | 5bd1f6572db0 |
line wrap: on
line diff
--- a/contrib/undumprevlog Tue Apr 16 21:14:50 2013 +0200 +++ b/contrib/undumprevlog Wed Apr 17 03:39:36 2013 +0200 @@ -11,7 +11,7 @@ opener = scmutil.opener('.', False) tr = transaction.transaction(sys.stderr.write, opener, "undump.journal") -while 1: +while True: l = sys.stdin.readline() if not l: break