git - Phabricator arc land won't work because that there are multiple revisions on feature branch -


i have 2 branches, started @ different points. same, except few commits on 1 of them. when try land one, get:

usage exception: there multiple revisions on feature branch 'newbranch' not present on 'devel': -d newbranch1 -d othernew branch

separate these revisions onto different branchs, or use --revision ' use commit message , land them all.

i can't find guidance how separate revisions onto different branches, or means. there way around this?

i recommend developers need use --revision land specific change.

for example: arc land --revision d123 --onto devel


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -