mercurial/commands.py
changeset 15773 371cff9610cd
parent 15747 e251250ac20b
parent 15765 1ef46bcd76f8
child 15774 0bd17a4bed88
--- 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: