Commit shorthash should be 7 chars, not 6
Change-Id: I2fb436c21137180b9dbc99f5dec76382eef89f8e
This commit is contained in:
@@ -72,7 +72,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
_computeShortHash: function(change) {
|
_computeShortHash: function(change) {
|
||||||
return change.current_revision.slice(0, 6);
|
return change.current_revision.slice(0, 7);
|
||||||
},
|
},
|
||||||
|
|
||||||
_computeHideStrategy: function(change) {
|
_computeHideStrategy: function(change) {
|
||||||
|
|||||||
Reference in New Issue
Block a user