Mercurial > hg > mercurial-source
diff mercurial/config.py @ 9123: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 (2009-07-13) |
parents | b87a50b7125c |
children | 9be91129c96e |
line wrap: on
line diff