Mercurial > public > mercurial-scm > hg-stable
diff mercurial/context.py @ 9136:31177742f54a
for calls expecting bool args, pass bool instead of int
str.splitlines and email.message.as_string both expect a bool argument
defaulting at False: replace f(1) by f(True) and f(0) by f()
author | Nicolas Dumazet <nicdumz.commits@gmail.com> |
---|---|
date | Mon, 13 Jul 2009 09:50:26 +0900 |
parents | bbc78cb1bf15 |
children | f57640bf10d4 |
line wrap: on
line diff