tests/test-amend.t
branchmercurial-3.6
changeset 1819 642f86363883
parent 1697 093c445fd86a
child 1700 05d7df73a56b
--- a/tests/test-amend.t	Tue Feb 28 17:11:51 2017 +0100
+++ b/tests/test-amend.t	Tue Feb 28 17:15:21 2017 +0100
@@ -128,7 +128,7 @@
       Commits a new changeset incorporating both the changes to the given files
       and all the changes from the current parent changeset into the repository.
   
-      See 'hg commit' for details about committing changes.
+      See "hg commit" for details about committing changes.
   
       If you don't specify -m, the parent's message will be reused.
   
@@ -136,7 +136,7 @@
       of the current parent. Then it creates a new commit on the parent's
       parents with the updated contents. Then it changes the working copy parent
       to this new combined changeset. Finally, the old changeset and its update
-      are hidden from 'hg log' (unless you use --hidden with log).
+      are hidden from "hg log" (unless you use --hidden with log).
   
       Returns 0 on success, 1 if nothing changed.