[issue10572] Move test sub-packages to Lib/test

Geoff Wilson report at bugs.python.org
Mon Feb 25 17:04:21 CET 2013


Geoff Wilson added the comment:

Odd. I must be doing something wrong. My test workflow was:
1. hg mv <a> <b>
1a. modify files to resolve issues from the move
2. hg diff > issueNNNN.patch # attached
3. hg revert --all
4. patch -p1 < issueNNNN.patch

Reading the hg docs more, I should have used 'hg patch issueNNNN.patch'. However trying that on a trivial file move, results in a delete/create still.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10572>
_______________________________________


More information about the Python-bugs-list mailing list