Mercurial > hg
changeset 49453:ffb130cd3f27
shelve: demonstrate that the state is different across platforms (issue6735)
author | Jason R. Coombs <jaraco@jaraco.com> |
---|---|
date | Mon, 15 Aug 2022 10:26:01 -0400 |
parents | 74fb1842f8b9 |
children | 34dddc5d2e2f |
files | tests/test-shelve.t |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 .