##// END OF EJS Templates
dirstate: clarify a `hg update` invocation in a test...
dirstate: clarify a `hg update` invocation in a test 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. Differential Revision: https://phab.mercurial-scm.org/D11777
marmoute -
r49196:f3f41e23 default
Show More