# HG changeset patch # User Pierre-Yves David # Date 1454581466 0 # Node ID dcf145d0ce21beda34ccd57ef8aed7bcb7f1bc44 # Parent 190e4e526c66e528d872d02c8ebe9797509b53a9 test: adapt to 3.6 help changes diff -r 190e4e526c66 -r dcf145d0ce21 tests/test-amend.t --- a/tests/test-amend.t Thu Jan 14 14:02:05 2016 -0800 +++ b/tests/test-amend.t Thu Feb 04 10:24:26 2016 +0000 @@ -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. diff -r 190e4e526c66 -r dcf145d0ce21 tests/test-evolve.t --- a/tests/test-evolve.t Thu Jan 14 14:02:05 2016 -0800 +++ b/tests/test-evolve.t Thu Feb 04 10:24:26 2016 +0000 @@ -55,7 +55,7 @@ between repositories. This allows for a safe and simple way of exchanging mutable history and altering it after the fact. Changeset phases are respected, such that only draft and secret changesets can be altered (see - 'hg hg phases' for details). + "hg hg phases" for details). Obsolescence is tracked using "obsolete markers", a piece of metadata tracking which changesets have been made obsolete, potential successors