diff options
author | Brad King <brad.king@kitware.com> | 2017-05-17 19:10:50 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-05-17 19:10:54 (GMT) |
commit | 2e6cbd987119f74fe3454213a73ef049bd1b0926 (patch) | |
tree | 252d6ec0c2a4fc1e80536051c02a8cdc9c2f171e | |
parent | 3f25f873f8f0cd4c9c8d5dce29535c6b2757eaea (diff) | |
parent | 1c25adb210f709e228c86a778a8a3213b251a2a9 (diff) | |
download | CMake-2e6cbd987119f74fe3454213a73ef049bd1b0926.zip CMake-2e6cbd987119f74fe3454213a73ef049bd1b0926.tar.gz CMake-2e6cbd987119f74fe3454213a73ef049bd1b0926.tar.bz2 |
Merge topic 'note-unstage-before-update'
1c25adb2 Help/dev: note that unstaging before an update is unnecessary
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !863
-rw-r--r-- | Help/dev/review.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/dev/review.rst b/Help/dev/review.rst index 3db1f40..c4122d4 100644 --- a/Help/dev/review.rst +++ b/Help/dev/review.rst @@ -261,6 +261,10 @@ until one of the following occurs: and the MR cannot be merged into the topic stage again due to conflicts. * A developer or the submitter posts an explicit ``Do: unstage`` command. + This is useful to remove a MR from the topic stage when one is not ready + to push an update to the MR topic branch. It is unnecessary to explicitly + unstage just before or after pushing an update because the push will cause + the MR to be unstaged automatically. * The MR is closed. |