Allow for selection of merge base if not unique#56
Allow for selection of merge base if not unique#56scruff311 wants to merge 1 commit intomhagger:masterfrom
Conversation
|
A cancel option might be useful, I think. (Also, for the record, implements #52.) |
|
Cool, thanks for working on this! I like the idea a lot, and more than one user has stumbled over this problem so it will be a welcome feature. I was a bit surprised that you implemented this by asking the user to choose one of the merge bases interactively. There are only very few I think my preference would be for the program to emit an error message listing the merge bases (which you have already implemented) but then just abort. And for there to be a new command-line option like |
Allow user to select commit to use for merge base in there is not a unique merge base.