Merge "Add tooltip on 'Cannot Merge' telling that a rebase is needed"

This commit is contained in:
Shawn Pearce
2013-11-25 18:15:40 +00:00
committed by Gerrit Code Review

View File

@@ -426,7 +426,9 @@ limitations under the License.
<div ui:field='notMergeable'
class='{style.notMergeable}'
style='display: none'
aria-hidden='true'>
aria-hidden='true'
title='The change cannot be merged due to a path conflict. Rebase the change locally and upload the rebased commit for review.'>
<ui:attribute name='title'/>
<ui:msg>Cannot Merge</ui:msg>
</div>
</td>