I'm using Mercurial and I'm trying to merge changes into my main repo. Some of those files in my main repo are write-protected. This makes the hg merge
command fail with an abort: Access is denied
.
I want to make those files which will be affected by the merge writable, and only those files (not the whole repo). Is there a way to make Mercurial print out a list of just those files which need to be resolved?
(PS. They're writable because they're controlled by Perforce. The reasons for this screwy setup are too dumb to relate here.)