forked from qt-creator/qt-creator
VCS: Replace "SHA1" with "hash" in comments
Change-Id: If487028d620e360979ed5132a87f54650342f3e8 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
André Hartmann
parent
9bcbaca9a1
commit
20f48f7338
@@ -157,7 +157,7 @@ void VcsBaseClientImpl::annotateRevisionRequested(const FilePath &workingDirecto
|
||||
{
|
||||
QString changeCopy = change;
|
||||
// This might be invoked with a verbose revision description
|
||||
// "SHA1 author subject" from the annotation context menu. Strip the rest.
|
||||
// "hash author subject" from the annotation context menu. Strip the rest.
|
||||
const int blankPos = changeCopy.indexOf(QLatin1Char(' '));
|
||||
if (blankPos != -1)
|
||||
changeCopy.truncate(blankPos);
|
||||
|
Reference in New Issue
Block a user