Commit shorthash should be 7 chars, not 6

Change-Id: I2fb436c21137180b9dbc99f5dec76382eef89f8e
This commit is contained in:
Andrew Bonventre
2016-06-07 15:52:32 -04:00
parent 7f7a1ee372
commit 2ae0fe97f9

View File

@@ -72,7 +72,7 @@
},
_computeShortHash: function(change) {
return change.current_revision.slice(0, 6);
return change.current_revision.slice(0, 7);
},
_computeHideStrategy: function(change) {