mercurial/commands.py
branchstable
changeset 15765 1ef46bcd76f8
parent 15744 5a20115e7397
child 15773 371cff9610cd
child 15779 01831f55e972
--- a/mercurial/commands.py	Mon Jan 02 20:52:16 2012 -0600
+++ b/mercurial/commands.py	Tue Jan 03 15:48:58 2012 -0600
@@ -2663,7 +2663,7 @@
 
     Returns 0 if a match is found, 1 otherwise.
     """
-    reflags = 0
+    reflags = re.M
     if opts.get('ignore_case'):
         reflags |= re.I
     try: