>>>>> "John" == John Levon <john.levon at sun.com> writes:
John> I didn't get very far in the "can I use this without reading the John> manual" test: I appreciate the testing and feedback, and I'll see what I can do to make the script more robust. But please keep in mind that wx2hg is intended as a short-term migration aid. I don't have a lot of cycles to polish it. The man page is there for a reason. John> # ah, I see. I needed a child because it wasn't a child of John> # onnv-clone. I'll add some more explanatory text to the error message. John> wx2hg: can't rename: usr/src/uts/intel/io/i8254.c doesn't exist. John> John> This is where I give up... Did you do "hg -R /export/build/johnlev/matrix-hg update -C" before rerunning wx2hg? I'm reluctant to have wx2hg do that for you, because if there is a real problem, the "update -C" will destroy the evidence. I suppose I could have it do the "update -C" by default, and add an option to disable the "update -C". Or I could change the rename error handler to see if the file exists as the new name and suggest that you rerun after doing "update -C". Preferences? Thanks again for the feedback. mike