summaryrefslogtreecommitdiffstats
path: root/Help/dev
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-03-21 19:46:32 (GMT)
committerBrad King <brad.king@kitware.com>2017-03-21 19:46:32 (GMT)
commit5fe3630677a9525428de0f5cd40d4846bd6b9113 (patch)
tree1495114db4a25f9fab95c1286bbd49a189aebbdf /Help/dev
parentdc4d6efa5a507db0a0ba9e22a3c92c6430bdbc85 (diff)
downloadCMake-5fe3630677a9525428de0f5cd40d4846bd6b9113.zip
CMake-5fe3630677a9525428de0f5cd40d4846bd6b9113.tar.gz
CMake-5fe3630677a9525428de0f5cd40d4846bd6b9113.tar.bz2
Help/dev: Document `Topic-rename:` description trailer
Diffstat (limited to 'Help/dev')
-rw-r--r--Help/dev/review.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/dev/review.rst b/Help/dev/review.rst
index 03f6cda..f55ec14 100644
--- a/Help/dev/review.rst
+++ b/Help/dev/review.rst
@@ -291,6 +291,13 @@ The ``Do: merge`` command accepts the following arguments:
* ``-t <topic>``: substitute ``<topic>`` for the name of the MR topic
branch in the constructed merge commit message.
+Additionally, ``Do: merge`` extracts configuration from trailing lines
+in the MR description:
+
+* ``Topic-rename: <topic>``: substitute ``<topic>`` for the name of
+ the MR topic branch in the constructed merge commit message.
+ The ``-t`` option overrides this.
+
.. _`CMake GitLab Project Masters`: https://gitlab.kitware.com/cmake/cmake/settings/members
Close