[Python-Dev] [Python-checkins] cpython: Prepare for move of email tests.

Nick Coghlan ncoghlan at gmail.com
Mon Mar 21 23:27:13 CET 2011


On Tue, Mar 22, 2011 at 6:01 AM, r.david.murray
<python-checkins at python.org> wrote:
> http://hg.python.org/cpython/rev/7d5d859c959e
> changeset:   68817:7d5d859c959e
> user:        R David Murray <rdmurray at bitdance.com>
> date:        Mon Mar 21 16:01:23 2011 -0400
> summary:
>  Prepare for move of email tests.
>
> files:
>  .hgeol
>
> diff --git a/.hgeol b/.hgeol
> --- a/.hgeol
> +++ b/.hgeol
> @@ -27,6 +27,7 @@
>  **.zip  = BIN
>
>  Lib/email/test/data/msg_26.txt = BIN
> +Lib/test/test_email/data/msg_26.txt = BIN
>  Lib/test/sndhdrdata/sndhdr.* = BIN
>  Lib/test/decimaltestdata/*.decTest = BIN

If any else gets errors from the EOL hook attempting to merge the
email test changes to a separate repository, make sure to do a "hg
push -f -r <rev>" for this revision before pushing the rest of the
changes.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-Dev mailing list