diff tests/test-shelve.t @ 22183:4dd9f606d0a6

tests: fixup issue markers to make check-commit happy
author Matt Mackall <mpm@selenic.com>
date Fri, 15 Aug 2014 10:47:03 -0500
parents b081decd9062
children a89bc7833e0d
line wrap: on
line diff
--- a/tests/test-shelve.t	Thu Aug 14 16:39:27 2014 -0500
+++ b/tests/test-shelve.t	Fri Aug 15 10:47:03 2014 -0500
@@ -446,7 +446,7 @@
   $ hg --config extensions.mq=! unshelve
   unshelving change 'test'
 
-shelve should leave dirstate clean (issue 4055)
+shelve should leave dirstate clean (issue4055)
 
   $ cd ..
   $ hg init shelverebase
@@ -475,7 +475,7 @@
 
   $ cd ..
 
-shelve should only unshelve pending changes (issue 4068)
+shelve should only unshelve pending changes (issue4068)
 
   $ hg init onlypendingchanges
   $ cd onlypendingchanges