Am 31.08.2017 um 20:01 schrieb Jack: > [to the list and not posted to the review] > > I've published the final review, and I thought the next step would be > to land it, but > > "rbt land --dry-run" or "rbt land --dry-run 4.8" tells me > "ERROR: Please specify a destination branch." and > > "rbt land --dry-run --dest 4.8" or "rbt land --dry-run --dest 4.8" say > "ERROR: The local branch cannot be merged onto itself. Try a > different local branch or destination branch." > > Is this because I made my changes in the 4.8 branch instead of a > branch created specifically for this review? II cannot say, because I do not use this.rbt command. Normally I edit the related commit, add a REVIEW:xxx tag and run git push.
> Am I correct that now I need to do a "git push" yes > and then "rbt close" separately? no, if you have a REVIEW: tag in the commit message (see https://cgit.kde.org/kmymoney.git/commit/?h=4.8&id=7516308bfbd2d5efb2e698f8f8b4930bccc81c47 for an example) git push does this for you. Ralf