diff mercurial/osutil.c @ 15098:edf7ae547b0e

merge with stable
author Matt Mackall <mpm@selenic.com>
date Wed, 14 Sep 2011 14:37:10 -0500
parents f79d47813b8b 258eee414ab7
children 6476a21337a6
line wrap: on
line diff
--- a/mercurial/osutil.c	Sun Sep 11 21:21:58 2011 -0400
+++ b/mercurial/osutil.c	Wed Sep 14 14:37:10 2011 -0500
@@ -525,9 +525,9 @@
 
 	if (dict != NULL) {
 		CFRelease(dict);
-		return Py_True;
+		Py_RETURN_TRUE;
 	} else {
-		return Py_False;
+		Py_RETURN_FALSE;
 	}
 }
 #endif