From 1c25adb210f709e228c86a778a8a3213b251a2a9 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 17 May 2017 11:19:57 -0400 Subject: Help/dev: note that unstaging before an update is unnecessary --- Help/dev/review.rst | 4 ++++ 1 file changed, 4 insertions(+) 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. -- cgit v0.12