changeset 40114:5cde774f7244

help: document about "resolve" template keywords
author Yuya Nishihara <yuya@tcha.org>
date Sun, 07 Oct 2018 23:05:00 +0900
parents 910eefeead82
children b049499fb0ba
files mercurial/commands.py
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Sun Oct 07 23:00:50 2018 +0900
+++ b/mercurial/commands.py	Sun Oct 07 23:05:00 2018 +0900
@@ -4678,6 +4678,16 @@
        conflicts. You must use :hg:`resolve -m ...` before you can
        commit after a conflicting merge.
 
+    .. container:: verbose
+
+      Template:
+
+      The following keywords are supported in addition to the common template
+      keywords and functions. See also :hg:`help templates`.
+
+      :mergestatus: String. Character denoting merge conflicts, ``U`` or ``R``.
+      :path:    String. Repository-absolute path of the file.
+
     Returns 0 on success, 1 if any files fail a resolve attempt.
     """