From 28eb4a934eea0c8f2a15a15cf10f5f22d2fa59ce Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 30 Dec 2022 20:38:29 +0100 Subject: [PATCH] Update manual. --- manual/tracy.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/tracy.tex b/manual/tracy.tex index ae531b31..d33bda85 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -3320,7 +3320,7 @@ Set custom trace descriptions (see section~\ref{traceinfo}) to easily differenti \subsubsection{Source files diff} -To see what changes were made in the source code between the two compared traces, select the \emph{Source diff} compare mode. This will display a list of deleted, added, and changed files. +To see what changes were made in the source code between the two compared traces, select the \emph{Source diff} compare mode. This will display a list of deleted, added, and changed files. By default, the difference is calculated from the older trace to the newer one. You can reverse this by clicking on the \emph{Switch} button. Please note that changes will be registered only if the file has the same name and location in both traces. Tracy does not resolve file renames or moves.