forked from qt-creator/qt-creator
Fossil: Replace "SHA1" with "hash" in comments
Change-Id: If5df8a47e2d915888c8d18508c08c6ff7598cec3 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
André Hartmann
parent
fbbb42015a
commit
7e70eefabe
@@ -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 ).
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user