shelve: demonstrate that the state is different across platforms (issue6735)
authorJason R. Coombs <jaraco@jaraco.com>
Mon, 15 Aug 2022 10:26:01 -0400
changeset 49453 ffb130cd3f27
parent 49452 74fb1842f8b9
child 49454 34dddc5d2e2f
shelve: demonstrate that the state is different across platforms (issue6735)
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 .