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

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

[elpa] externals/ssh-deploy 88300e3 043/133: Improved wording of remote


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy 88300e3 043/133: Improved wording of remote change detection
Date: Sat, 27 Mar 2021 14:48:40 -0400 (EDT)

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

    Improved wording of remote change detection
---
 ssh-deploy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ssh-deploy.el b/ssh-deploy.el
index f04d9d6..40d76fb 100644
--- a/ssh-deploy.el
+++ b/ssh-deploy.el
@@ -816,7 +816,7 @@
                                      (if (ediff-same-file-contents path-local 
path-remote)
                                          (progn
                                            (copy-file path-local revision-path 
t t t t)
-                                           (list 0 (format "Remote file '%s' 
has not changed created base revision. (asynchronously)" path-remote) 
path-local))
+                                           (list 0 (format "Remote file '%s' 
has not changed, created base revision. (asynchronously)" path-remote) 
path-local))
                                        (list 1 (format "Remote file '%s' has 
changed please download or diff. (asynchronously)" path-remote) path-local))
                                    (list 1 "Function ediff-file-same-contents 
is missing. (asynchronously)" path-local)))
                              (list 0 (format "Remote file '%s' doesn't exist. 
(asynchronously)" path-remote) path-local)))



reply via email to

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