During merges mercurial leaves .orig file for any unresolved file. But after manually resolving problems and marking a file correct it does not delete the .orig file. Can it
btw. find utility has an action -delete so you can type only:
find
-delete
find -name '*.orig' -delete