request-pull: test updates
commit28ad685f70f93133f2c872e4b1ea2a8f87eaebb5
authorJunio C Hamano <gitster@pobox.com>
Thu, 23 Jan 2014 22:23:43 +0000 (23 14:23 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Feb 2014 20:54:45 +0000 (25 12:54 -0800)
tree7249e3fd63cc9a24ddb6c79bd79288a94e25f095
parent4b14ec878a206e87520378b9e1e43aef469bc646
request-pull: test updates

This illustrates behaviour changes that result from the recent
change by Linus.  Most show good changes, but there may be some
usability regressions:

 - The command continues to fail when the user forgot to push out
   before running the command, but the wording of the message has
   been slightly changed.

 - The command no longer guesses when asked to request the commit at
   the HEAD be pulled after pushing it to a branch 'for-upstream',
   even when that branch points at the correct commit.  The user
   must ask the command with the new "master:for-upstream" syntax.

The new behaviour needs to be documented in any case, but we need to
agree what the new behaviour should be before doing so first.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5150-request-pull.sh