am: switch --resolved to --continue
authorJeff King <peff@peff.net>
Thu, 11 Feb 2010 22:27:14 +0000 (17:27 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Feb 2010 06:10:00 +0000 (22:10 -0800)
Rebase calls this same function "--continue", which means
users may be trained to type it. There is no reason to
deprecate --resolved (or -r), so we will keep it as a
synonym.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found