##// END OF EJS Templates
help: fix typo in hg merge documentation
Joe Blaylock -
r34916:cab34bda stable
parent child Browse files
Show More
@@ -459,7 +459,7 b' def _idump(repo, mynode, orig, fcd, fco,'
459 459 ``a.txt.other`` and ``a.txt.base`` and they will be placed in the
460 460 same directory as ``a.txt``.
461 461
462 This implies permerge. Therefore, files aren't dumped, if premerge
462 This implies premerge. Therefore, files aren't dumped, if premerge
463 463 runs successfully. Use :forcedump to forcibly write files out.
464 464 """
465 465 a = _workingpath(repo, fcd)
@@ -1792,7 +1792,7 b' Test dynamic list of merge tools only sh'
1792 1792 accordingly be named "a.txt.local", "a.txt.other" and "a.txt.base" and
1793 1793 they will be placed in the same directory as "a.txt".
1794 1794
1795 This implies permerge. Therefore, files aren't dumped, if premerge runs
1795 This implies premerge. Therefore, files aren't dumped, if premerge runs
1796 1796 successfully. Use :forcedump to forcibly write files out.
1797 1797
1798 1798 ":fail"
General Comments 0
You need to be logged in to leave comments. Login now