Ref T13546. Introduces a more structured construct for saving and restoring local repository state.
This is similar to old behavior, except that:
- "arc.autostash" is no longer respected;
- untracked changes are stashed; and
- we do not offer to amend.
Differential D21314
Introduce "RepositoryLocalState", a modern version of "requireCleanWorkingCopy()" epriestley on Jun 5 2020, 12:52 AM. Authored by Tags None Referenced Files
Subscribers None
Details
Ref T13546. Introduces a more structured construct for saving and restoring local repository state. This is similar to old behavior, except that:
In future changes, saved and restored various permutations of local state.
Diff Detail
|