FetchGerritChangePage: auto-supply highest patch set number
commit47ce5ae6d4a6b6e092bf87d1de09043de8d4611a
authorThomas Wolf <thomas.wolf@paranor.ch>
Thu, 29 Jun 2017 10:18:03 +0000 (29 12:18 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Fri, 30 Jun 2017 21:02:57 +0000 (30 23:02 +0200)
tree17387e57875f67e393cc7a74e4f2c5b5fb9ea3bb
parentef0f5bc8aef098f20bb57c9c338678ede4999e79
FetchGerritChangePage: auto-supply highest patch set number

If the change field contains only a change number but no patch set
number, automatically fill in the highest patch set number obtained
from Gerrit once we have the results of the ls-remote. If the field
is the focus control and its contents have changed since we started
the content assist, the user might be typing: don't interfere and do
not auto-update the field.

Bug: 518492
Change-Id: I5fa348aed4b6881c87749bbed6789f97d3e4e1d9
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/internal/fetch/FetchGerritChangeTest.java
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/fetch/FetchGerritChangePage.java