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

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

[elpa] externals/ssh-deploy 98c00bb 042/133: Fixed bug with synchronous


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy 98c00bb 042/133: Fixed bug with synchronous forced uploads
Date: Sat, 27 Mar 2021 14:48:40 -0400 (EDT)

branch: externals/ssh-deploy
commit 98c00bb88ac27d11cf8ee03c0914ef70a36a8d21
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@cvj.se>

    Fixed bug with synchronous forced uploads
---
 ssh-deploy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ssh-deploy.el b/ssh-deploy.el
index 2dd0cbd..f04d9d6 100644
--- a/ssh-deploy.el
+++ b/ssh-deploy.el
@@ -448,7 +448,7 @@
         (progn
           (require 'ediff-util)
           (if (fboundp 'ediff-same-file-contents)
-              (if (or (eq t force)
+              (if (or (> force 0)
                       (not (file-exists-p path-remote))
                       (and (file-exists-p revision-path) 
(ediff-same-file-contents revision-path path-remote)))
                   (progn



reply via email to

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