I installed Windows7 on my computer, and I had to change all permissions / accept ownership, which apparently “touched” all my files, and now everything seems “changed” (when I do “hg status”) but only some files have real changes.
Is there a command that I can run to either “commit” or “return” all files that do not have actual changes to them (that is, the text does not change even if the file attributes are changed).
added by:
I upgraded from WinXP to Win7. I didn’t actually “copy” anything, the repository on the disk is the same ... it's just Windows that has changed. After the update, I did not have access to some files, I had to "take responsibility" in order to re-access (since the user rights were not properly saved). Here is what I get:
$ hg stat
../../test/acceptance/spidermonkey/js1_5/String/regress-179068.as M
$ hg diff ../../test/acceptance/spidermonkey/js1_5/String/regress-179068.as
source
share