# HG changeset patch # User Jason R. Coombs # Date 1660573561 14400 # Node ID ffb130cd3f2769477c92a4141ae7ab26ecb1698e # Parent 74fb1842f8b962cf03d7cd5b841dbcf2ae065587 shelve: demonstrate that the state is different across platforms (issue6735) diff -r 74fb1842f8b9 -r ffb130cd3f27 tests/test-shelve.t --- a/tests/test-shelve.t Tue Aug 16 20:09:31 2022 +0200 +++ b/tests/test-shelve.t Mon Aug 15 10:26:01 2022 -0400 @@ -1536,6 +1536,19 @@ applying test_patch.patch #endif + +Check the comment of the last commit for consistency + +#if no-windows + $ hg log -r . --template '{desc}\n' + changes to: add C to bars +#endif + +#if windows + $ hg log -r . --template '{desc}\n' + add C to bars +#endif + -- if phasebased, shelve works without patch and bundle $ hg update -q --clean .