You need to log in before you can comment on or make changes to this bug.
We are making a call to forceStatusRefresh() which is no longer required as we immediately call org.openide.filesystems.FileSystem.refresh() which in turns triggers the MercurialInterceptor.fileChangedImpl() that results in a call to forceStatusRefresh(). This should be removed, but was deemed to high a risk for release60 refresh, as we'd need to test all of the possible change conditions on Revert to be sure it's safe to remove.
Created an attachment (id=53964) [details] Proposed patch
IDE:------------------------------------------------- IDE: [21/12/07 11:45] Committing started Checking in RevertModificationsAction.java; /shared/data/ccvs/repository/versioncontrol/mercurial/src/org/netbeans/modules/mercurial/ui/update/RevertModificationsAction.java,v <-- RevertModificationsAction.java new revision: 1.8; previous revision: 1.7 done IDE: [21/12/07 11:45] Committing finished