( )⚙ D10063 narrow: remove assertion about working copy being clean

This is an archive of the discontinued Mercurial Phabricator instance.

narrow: remove assertion about working copy being clean
ClosedPublic

Authored by martinvonz on Feb 24 2021, 2:06 AM.

Details

Summary

The user can always modify the working copy, including while they're
running hg tracked --remove-include <path>. Nothing really bad
happens when they do that, and we already have code for printing a
nice warning, so we can safely remove the assertion we had.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

martinvonz created this revision.Feb 24 2021, 2:06 AM
This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.