Merge branch 'stable-2.14' into stable-2.15

* stable-2.14:
  Set version to 2.14.5.1
  Avoid change find mismatch

Change-Id: Ibc517ff42c2aaeefbb35852621b4892a1dcc2d5f
This commit is contained in:
David Pursehouse 2017-10-19 16:23:41 +09:00
commit a57ba108da
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ public class ChangeFinder {
// to force rereading in case the index is stale.
InternalChangeQuery query = queryProvider.get().noFields();
//Try commit hash
// Try commit hash
if (id.matches("^([0-9a-fA-F]{" + RevId.ABBREV_LEN + "," + RevId.LEN + "})$")) {
return asChangeNotes(query.byCommit(id));
}