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
This commit is contained in:
Brad King 2017-05-17 19:10:50 +00:00 committed by Kitware Robot
commit 2e6cbd9871

View File

@ -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.