tests/test-shelve.t
changeset 22183 4dd9f606d0a6
parent 21947 b081decd9062
child 22186 a89bc7833e0d
--- 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