# HG changeset patch # User Matt Mackall # Date 1325632383 21600 # Node ID 371cff9610cdf6d6a7e1a6238ce75441b8107f03 # Parent 83a140752239f6a1e834f00932275c615a2b9e36# Parent 1f9f9b4c292306d6d338a2abdde72737890d73f2 merge with stable diff -r 83a140752239 -r 371cff9610cd contrib/wix/guids.wxi --- a/contrib/wix/guids.wxi Mon Jan 02 19:30:28 2012 -0600 +++ b/contrib/wix/guids.wxi Tue Jan 03 17:13:03 2012 -0600 @@ -24,7 +24,7 @@ - + diff -r 83a140752239 -r 371cff9610cd contrib/wix/templates.wxs --- a/contrib/wix/templates.wxs Mon Jan 02 19:30:28 2012 -0600 +++ b/contrib/wix/templates.wxs Tue Jan 03 17:13:03 2012 -0600 @@ -31,6 +31,7 @@ + diff -r 83a140752239 -r 371cff9610cd mercurial/commands.py --- 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: diff -r 83a140752239 -r 371cff9610cd tests/test-command-template.t --- a/tests/test-command-template.t Mon Jan 02 19:30:28 2012 -0600 +++ b/tests/test-command-template.t Tue Jan 03 17:13:03 2012 -0600 @@ -1117,7 +1117,7 @@ $ hg log --template '{date|age}\n' > /dev/null || exit 1 $ hg log -l1 --template '{date|age}\n' - 8 years from now + 7 years from now $ hg log --template '{date|date}\n' Wed Jan 01 10:01:00 2020 +0000 Mon Jan 12 13:46:40 1970 +0000 diff -r 83a140752239 -r 371cff9610cd tests/test-grep.t --- a/tests/test-grep.t Mon Jan 02 19:30:28 2012 -0600 +++ b/tests/test-grep.t Tue Jan 03 17:13:03 2012 -0600 @@ -59,8 +59,9 @@ follow - $ hg grep --traceback -f 'import$' port2 + $ hg grep --traceback -f 'import\n\Z' port2 port:0:import + $ echo deport >> port2 $ hg commit -m 5 -u eggs -d '6 0' $ hg grep -f --all -nu port port2