Files
git-upstream/git_upstream/commands
Darragh Bailey a4342f4474 Remove upstream branch requirement from '--finish'
The '--finish' option to the import command has no need of the upstream
branch, so allow it to be skipped by simply using the import branch name
as the upstream branch.

This still ensures the correct previous merge base will be found, but
since we have no need to scan the original upstream branch, can just use
the import branch named by the user instead and finish the merge.

Change-Id: I58ef4d05c52ecc684bebf5c9fecd6926871d3746
2016-01-21 22:20:27 +00:00
..