Author: Antonio Cuni <[email protected]>
Branch:
Changeset: r537:79cc0b9cab89
Date: 2011-07-25 14:13 +0200
http://bitbucket.org/pypy/buildbot/changeset/79cc0b9cab89/
Log: bah, typo
diff --git a/bbhook/scm.py b/bbhook/scm.py
--- a/bbhook/scm.py
+++ b/bbhook/scm.py
@@ -22,7 +22,7 @@
def get_diff(local_repo, hgid):
out = hg('-R', local_repo, 'diff', '-b', '--git', '-c', hgid)
- out = out.splitlines(True)
+ lines = out.splitlines(True)
return filter_diff(lines)
def filter_diff(lines):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit