From: Paul Tan Date: Fri, 29 May 2015 11:44:42 +0000 (+0800) Subject: t5520: test --rebase with multiple branches X-Git-Tag: v2.5.0-rc0~42^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/9570d67c00d6f2994e540aab3abee8f989c350ea?ds=inline;hp=9570d67c00d6f2994e540aab3abee8f989c350ea t5520: test --rebase with multiple branches Since rebasing on top of multiple upstream branches does not make sense, since 51b2ead (disallow providing multiple upstream branches to rebase, pull --rebase, 2009-02-18), git-pull explicitly disallowed specifying multiple branches in the rebase case. Implement tests to ensure that git-pull fails and prints out the user-friendly error message in such a case. Signed-off-by: Paul Tan Signed-off-by: Junio C Hamano ---