If I have more commits related to more revisions in a single branch, I would like to use arc land to land all or some of them.
Ideally, arc land should detect that there are more landable revisions in the branch and amend all of them before pushing.
I should also be able to land only some commits with something like this:
$ git rebase -i pick a x arc land --keep-branch pick a