diff tests/test-confused-revert.t @ 28963:fc1d75e7a98d

graft: use single quotes around command hint Windows command lines use double quotes to quote arguments with spaces. This change is in a series to unify around using single quotes around commands, and double quotes around interior arguments.
author timeless <timeless@mozdev.org>
date Thu, 14 Apr 2016 15:19:57 +0000
parents a934b9249574
children cb70501d8b71
line wrap: on
line diff
--- a/tests/test-confused-revert.t	Thu Apr 14 15:18:59 2016 +0000
+++ b/tests/test-confused-revert.t	Thu Apr 14 15:19:57 2016 +0000
@@ -60,7 +60,7 @@
 
   $ hg revert
   abort: uncommitted merge with no revision specified
-  (use "hg update" or see "hg help revert")
+  (use 'hg update' or see 'hg help revert')
   [255]
 
 Revert should be ok now: