Fossil: Replace "SHA1" with "hash" in comments

Change-Id: If5df8a47e2d915888c8d18508c08c6ff7598cec3
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Andre Hartmann
2024-09-09 20:47:23 +02:00
committed by André Hartmann
parent fbbb42015a
commit 7e70eefabe
2 changed files with 2 additions and 2 deletions

View File

@@ -1082,7 +1082,7 @@ QStringList FossilClient::revisionSpec(const QString &revision) const
{
// Pass the revision verbatim.
// Fossil uses a variety of ways to spec the revisions.
// In most cases revision is passed directly (SHA1) or via tag.
// In most cases revision is passed directly (hash) or via tag.
// Tag name may need to be prefixed with tag: to disambiguate it from hex (beef).
// Handle the revision option per specific command (e.g. diff, revert ).

View File

@@ -57,7 +57,7 @@ FossilSubmitHighlighter::FossilSubmitHighlighter(CompletingTextEdit *parent) : Q
void FossilSubmitHighlighter::highlightBlock(const QString &text)
{
// Fossil commit message allows listing of [ticket-id],
// where ticket-id is a partial SHA1.
// where ticket-id is a partial hash.
// Match the ticket-ids and highlight them for convenience.
// Format keywords