shelve: demonstrate that the state is different across platforms (
issue6735)
--- 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 .