Mercurial > hg
changeset 34915:cab34bda259e stable
help: fix typo in hg merge documentation
author | Joe Blaylock <jrbl@google.com> |
---|---|
date | Fri, 20 Oct 2017 14:15:46 -0700 |
parents | 5539a6acfd77 |
children | 346781c41597 f432e2064a74 |
files | mercurial/filemerge.py tests/test-help.t |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/filemerge.py Fri Oct 20 13:44:38 2017 -0500 +++ b/mercurial/filemerge.py Fri Oct 20 14:15:46 2017 -0700 @@ -459,7 +459,7 @@ ``a.txt.other`` and ``a.txt.base`` and they will be placed in the same directory as ``a.txt``. - This implies permerge. Therefore, files aren't dumped, if premerge + This implies premerge. Therefore, files aren't dumped, if premerge runs successfully. Use :forcedump to forcibly write files out. """ a = _workingpath(repo, fcd)
--- a/tests/test-help.t Fri Oct 20 13:44:38 2017 -0500 +++ b/tests/test-help.t Fri Oct 20 14:15:46 2017 -0700 @@ -1792,7 +1792,7 @@ accordingly be named "a.txt.local", "a.txt.other" and "a.txt.base" and they will be placed in the same directory as "a.txt". - This implies permerge. Therefore, files aren't dumped, if premerge runs + This implies premerge. Therefore, files aren't dumped, if premerge runs successfully. Use :forcedump to forcibly write files out. ":fail"