comparison tests/test-patchbomb.t @ 46819:d4ba4d51f85f

contributor: change mentions of mpm to olivia Matt Mackall is now Olivia Mackall. I reached out to her about changing the copyright notices to reflect this change and she gave me the green light, so I changed everything relevant. Differential Revision: https://phab.mercurial-scm.org/D10266
author Raphaël Gomès <rgomes@octobus.net>
date Thu, 25 Mar 2021 18:02:08 +0100
parents 95c4cca641f6
children a48f15f1c178
comparison
equal deleted inserted replaced
46818:1977495dbbe2 46819:d4ba4d51f85f
2996 Write the introductory message for the patch series. 2996 Write the introductory message for the patch series.
2997 2997
2998 bad value setting 2998 bad value setting
2999 ----------------- 2999 -----------------
3000 3000
3001 $ echo 'intro=mpmwearaclownnose' >> $HGRCPATH 3001 $ echo 'intro=oliviawearaclownnose' >> $HGRCPATH
3002 3002
3003 single rev 3003 single rev
3004 3004
3005 $ hg email --date '1980-1-1 0:1' -v -t foo -s test -r '10' 3005 $ hg email --date '1980-1-1 0:1' -v -t foo -s test -r '10'
3006 From [test]: test 3006 From [test]: test
3007 this patch series consists of 1 patches. 3007 this patch series consists of 1 patches.
3008 3008
3009 warning: invalid patchbomb.intro value "mpmwearaclownnose" 3009 warning: invalid patchbomb.intro value "oliviawearaclownnose"
3010 (should be one of always, never, auto) 3010 (should be one of always, never, auto)
3011 -f test foo 3011 -f test foo
3012 MIME-Version: 1.0 3012 MIME-Version: 1.0
3013 Content-Type: text/plain; charset="us-ascii" 3013 Content-Type: text/plain; charset="us-ascii"
3014 Content-Transfer-Encoding: 7bit 3014 Content-Transfer-Encoding: 7bit
3045 Shell characters in addresses 3045 Shell characters in addresses
3046 3046
3047 $ hg email --date '1980-1-1 0:1' -v -t '~foo/bar@example.com' -f 'me*@example.com' -r '10' 3047 $ hg email --date '1980-1-1 0:1' -v -t '~foo/bar@example.com' -f 'me*@example.com' -r '10'
3048 this patch series consists of 1 patches. 3048 this patch series consists of 1 patches.
3049 3049
3050 warning: invalid patchbomb.intro value "mpmwearaclownnose" 3050 warning: invalid patchbomb.intro value "oliviawearaclownnose"
3051 (should be one of always, never, auto) 3051 (should be one of always, never, auto)
3052 -f me*@example.com ~foo/bar@example.com 3052 -f me*@example.com ~foo/bar@example.com
3053 MIME-Version: 1.0 3053 MIME-Version: 1.0
3054 Content-Type: text/plain; charset="us-ascii" 3054 Content-Type: text/plain; charset="us-ascii"
3055 Content-Transfer-Encoding: 7bit 3055 Content-Transfer-Encoding: 7bit