On Tue, Mar 22, 2011 at 6:01 AM, r.david.murray
<python-check...@python.org> wrote:
> http://hg.python.org/cpython/rev/7d5d859c959e
> changeset:   68817:7d5d859c959e
> user:        R David Murray <rdmur...@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   |   ncogh...@gmail.com   |   Brisbane, Australia
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to