mercurial/helptext/config.txt
changeset 45881 996cd73431a3
parent 45791 5effb1992c17
child 46022 aa4440e59c44
equal deleted inserted replaced
45880:d7a508a75d72 45881:996cd73431a3
  2566     markers is different from the encoding of the merged files,
  2566     markers is different from the encoding of the merged files,
  2567     serious problems may occur.
  2567     serious problems may occur.
  2568 
  2568 
  2569     Can be overridden per-merge-tool, see the ``[merge-tools]`` section.
  2569     Can be overridden per-merge-tool, see the ``[merge-tools]`` section.
  2570 
  2570 
       
  2571 ``oneline-summary``
       
  2572     A template used by `hg rebase` and other commands for showing a one-line
       
  2573     summary of a commit. If the template configured here is longer than one
       
  2574     line, then only the first line is used.
       
  2575 
       
  2576     The template can be overridden per command by defining a template in
       
  2577     `oneline-summary.<command>`, where `<command>` can be e.g. "rebase".
       
  2578 
  2571 ``pre-merge-tool-output``
  2579 ``pre-merge-tool-output``
  2572     A template that is printed before executing an external merge tool. This can
  2580     A template that is printed before executing an external merge tool. This can
  2573     be used to print out additional context that might be useful to have during
  2581     be used to print out additional context that might be useful to have during
  2574     the conflict resolution, such as the description of the various commits
  2582     the conflict resolution, such as the description of the various commits
  2575     involved or bookmarks/tags.
  2583     involved or bookmarks/tags.