When using "arc patch" command the ".orig" file is created for every patched file. Since changed files are under VCS control anyway, then creating ".orig" files only creates problems, because I need to go and delete each one manually before doing a commit.
I suppose it's "-b" argument of patch command that creates there. Can you please not create these?