+ // Occasionally on large repositories on Windows, Git can exit with an unclean working copy here. This prevents reverts from being pushed to the remote when this occurs.
+ $this->requireCleanWorkingCopy();
+ }
} else if ($this->isHg) {
// hg rebase produces a commit earlier as part of rebase