revert: rearrange pick_revisions() for clarity
commitdffc86002862753376e31a16a1c1c0306716fbe6
authorJonathan Nieder <jrnieder@gmail.com>
Tue, 22 Nov 2011 11:15:10 +0000 (22 05:15 -0600)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 Nov 2011 21:33:01 +0000 (22 13:33 -0800)
treec098a98940bf752949aa942d1e8d722a0dd9451f
parentf80a87262aa4468b0941d38deffdb97a757307c5
revert: rearrange pick_revisions() for clarity

Deal completely with "cherry-pick --quit" and --continue at the
beginning of pick_revisions(), leaving the rest of the function for
the more interesting "git cherry-pick <commits>" case.

No functional change intended.  The impact is just to unindent the
code a little.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/revert.c