# HG changeset patch # User Kostia Balytskyi # Date 1474560930 25200 # Node ID 5383671ef612a1764bbbed13a7ef2d339d0a9c2d # Parent c9a79b432907634e8a044d4ea033102e9af50328 evolve: fix test breaks related to double->single quote changes diff -r c9a79b432907 -r 5383671ef612 tests/test-evolve.t --- a/tests/test-evolve.t Tue Sep 13 01:25:17 2016 +0200 +++ b/tests/test-evolve.t Thu Sep 22 09:15:30 2016 -0700 @@ -1126,7 +1126,7 @@ summary summarize working directory state update update working directory (or switch revisions) - (use "hg help" for the full list of commands or "hg -v" for details) + (use 'hg help' for the full list of commands or 'hg -v' for details) [255] $ hg fold hg: unknown command 'fold' @@ -1152,7 +1152,7 @@ summary summarize working directory state update update working directory (or switch revisions) - (use "hg help" for the full list of commands or "hg -v" for details) + (use 'hg help' for the full list of commands or 'hg -v' for details) [255] Enabling commands selectively, only fold enabled, next is still unknown $ cat >> $HGRCPATH <