emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/vc-got 43c93a8 063/145: typo


From: ELPA Syncer
Subject: [elpa] externals/vc-got 43c93a8 063/145: typo
Date: Thu, 9 Sep 2021 15:58:34 -0400 (EDT)

branch: externals/vc-got
commit 43c93a89a7024d8b8556207cd1404c6b563249e8
Author: Omar Polo <op@omarpolo.com>
Commit: Omar Polo <op@omarpolo.com>

    typo
---
 vc-got.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vc-got.el b/vc-got.el
index 43ee10e..3a03536 100755
--- a/vc-got.el
+++ b/vc-got.el
@@ -634,7 +634,7 @@ Value is returned as floating point fractional number of 
days."
     ;; for got it doesn't matter where we call "got status", it will
     ;; always report file paths from the root of the repo.
     (cl-loop with conflicts = nil
-             for (file . status) in (vc-got--parse-status-flag
+             for (file . status) in (vc-got--parse-status
                                      (vc-got--status "."))
              do (when (and (eq status 'conflict)
                            (file-in-directory-p file dir))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]