# HG changeset patch
# User Kostia Balytskyi <ikos...@fb.com>
# Date 1474562531 25200
#      Thu Sep 22 09:42:11 2016 -0700
# Node ID 3aa5c4dbf5086615dbbe42b0d2d9fd5ca0488cf1
# Parent  7a6c5ff76f225c8ebe9baef9d5ef753da915aa8b
tests: fix failures related to double->single quote changes

diff --git a/tests/test-pull-rebase.t b/tests/test-pull-rebase.t
--- a/tests/test-pull-rebase.t
+++ b/tests/test-pull-rebase.t
@@ -119,7 +119,7 @@ Tests the behavior of a pull followed by
   searching for changes
   no changes found
   abort: can't rebase public changeset 4557926d2166
-  (see "hg help phases" for details)
+  (see 'hg help phases' for details)
   [255]
 
 Tests that there are no race condition between pulling changesets and remote 
bookmarks
diff --git a/tests/test-tracking.t b/tests/test-tracking.t
--- a/tests/test-tracking.t
+++ b/tests/test-tracking.t
@@ -14,7 +14,7 @@ Make sure we don't fail when rebase does
   
       rebase        command to move sets of revisions to a different ancestor
   
-  (use "hg help extensions" for information on enabling extensions)
+  (use 'hg help extensions' for information on enabling extensions)
   [255]
   $ echo "rebase=" >> $HGRCPATH
 
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to