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 <rep...@bugs.python.org> <http://bugs.python.org/issue10572> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com