( )⚙ D11777 dirstate: clarify a `hg update` invocation in a test

This is an archive of the discontinued Mercurial Phabricator instance.

dirstate: clarify a `hg update` invocation in a test
ClosedPublic

Authored by marmoute on Nov 24 2021, 6:11 AM.

Details

Summary

It is common for readers of that test to confuse the hg co call with a `hg
commit`, while it actually means hg checkout, an alias for the more common
`hg update.

So let us use the clearer version.

Diff Detail

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

Event Timeline

marmoute created this revision.Nov 24 2021, 6:11 AM
Alphare accepted this revision.Nov 24 2021, 7:54 AM
This revision is now accepted and ready to land.Nov 24 2021, 7:54 AM
pulkit accepted this revision.Nov 24 2021, 12:17 PM
marmoute edited the summary of this revision. (Show Details)
This revision was automatically updated to reflect the committed changes.