tests/test-rebase-parameters.t
changeset 23917 3cbb5bf4035d
parent 23835 aa4a1672583e
child 25111 1ef96a3b8b89
--- 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 ..