# hasRevertUnchangedSupport

> Checks whether the currently active version control provider supports the Revert Unchanged operation.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.VersionControl](/engine/6000.7/script-reference/unityeditor/versioncontrol.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public static bool hasRevertUnchangedSupport { get; }
```

### Remarks

Returns true if the active version control plugin (such as Perforce) can determine server-side if a checked-out file's content is unchanged. This is used internally to conditionally display the Auto Revert Unchanged Files setting in the Version Control Project Settings.
