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

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

[elpa] externals/ssh-deploy aa93c35 123/133: Concatenation of remote fil


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy aa93c35 123/133: Concatenation of remote file now done properly for directory diff
Date: Sat, 27 Mar 2021 14:48:57 -0400 (EDT)

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

    Concatenation of remote file now done properly for directory diff
---
 ssh-deploy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ssh-deploy.el b/ssh-deploy.el
index 4e2f339..79d2b9d 100644
--- a/ssh-deploy.el
+++ b/ssh-deploy.el
@@ -1198,7 +1198,7 @@
                  (file-exists-p default-directory))
         (let* ((path-local (file-truename default-directory))
                (root-local (file-truename ssh-deploy-root-local))
-               (path-remote (concat (ssh-deploy--get-relative-path root-local 
path-local) ssh-deploy-root-remote)))
+               (path-remote (concat ssh-deploy-root-remote 
(ssh-deploy--get-relative-path root-local path-local))))
           (ssh-deploy-diff path-local path-remote root-local ssh-deploy-debug 
ssh-deploy-exclude-list ssh-deploy-async ssh-deploy-async-with-threads 
ssh-deploy-on-explicit-save ssh-deploy-revision-folder 
ssh-deploy-automatically-detect-remote-changes))))))
 
 ;;;###autoload



reply via email to

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