Serhiy Storchaka added the comment:

Merged test_pep292.py into test_string.py with preserving the history in 2.7.

This required following steps:

hg mv Lib/test/test_string.py Lib/test/test_string_merged.py
hg commit
hg update -C -r -2
hg mv Lib/test/test_pep292.py Lib/test/test_string_merged.py
hg commit
hg update -C -r -2
hg merge
# Manually merge the content of former test_string.py and test_pep292.py.
hg commit
hg mv Lib/test/test_string_merged.py Lib/test/test_string.py
hg commit
hg push

We now should restore deleted test_pep292.py (is it possible with the history?) 
and repeat above steps in 3.x.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27185>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to