diff tests/test-rebase-parameters.t @ 23917:3cbb5bf4035d

messages: quote "hg help" hints consistently
author Wagner Bruna <wbruna@yahoo.com>
date Sat, 17 Jan 2015 22:01:14 -0200
parents aa4a1672583e
children 1ef96a3b8b89
line wrap: on
line diff
--- a/tests/test-rebase-parameters.t	Sat Jan 17 18:08:47 2015 -0800
+++ b/tests/test-rebase-parameters.t	Sat Jan 17 22:01:14 2015 -0200
@@ -490,11 +490,11 @@
   saved backup bundle to $TESTTMP/b3/.hg/strip-backup/e4e3f3546619-b0841178-backup.hg (glob)
 
   $ hg rebase -i
-  abort: interactive history editing is supported by the 'histedit' extension (see 'hg help histedit')
+  abort: interactive history editing is supported by the 'histedit' extension (see "hg help histedit")
   [255]
 
   $ hg rebase --interactive
-  abort: interactive history editing is supported by the 'histedit' extension (see 'hg help histedit')
+  abort: interactive history editing is supported by the 'histedit' extension (see "hg help histedit")
   [255]
 
   $ cd ..