mercurial/commands.py
changeset 40114 5cde774f7244
parent 40113 910eefeead82
child 40115 b049499fb0ba
--- 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.
     """