New update by
david
For
Beanbag, Inc.
▸
RBTools
▸
Ticket #5048
So the fundamental problem here is that you're posting multiple commits for a single review request. If your branch has only one commit, using --stamp will work fine, but when there are multiple commits, we don't know which (if any) should have the stamp with the review request URL. We also can't stamp anything other than the current HEAD commit, since we don't necessarily know which commits are safe to reword.
If you want to apply the stamp to the commit at your current HEAD (so when you push, that's the one that will trigger the close), you can just run rbt stamp and it will amend the commit message.
The error output for "when posting with history" is bad and confusing, which we'll fix.
|