diff mercurial/commands.py @ 15773:371cff9610cd

merge with stable
author Matt Mackall <mpm@selenic.com>
date Tue, 03 Jan 2012 17:13:03 -0600
parents e251250ac20b 1ef46bcd76f8
children 0bd17a4bed88
line wrap: on
line diff
--- a/mercurial/commands.py	Mon Jan 02 19:30:28 2012 -0600
+++ b/mercurial/commands.py	Tue Jan 03 17:13:03 2012 -0600
@@ -2694,7 +2694,7 @@
 
     Returns 0 if a match is found, 1 otherwise.
     """
-    reflags = 0
+    reflags = re.M
     if opts.get('ignore_case'):
         reflags |= re.I
     try: