branch: externals/ssh-deploy
commit 94fc9e677c864bd2c302c4842b95f7580cda6cef
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
Updated readme
---
README.md | 2 +-
ssh-deploy.el | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 0f0b2ce..cb3be24 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# `emacs-ssh-deploy`
-The `ssh-deploy` plug-in makes it possible to effortlessly deploy local files
and directories to remote hosts via SSH and FTP. It also makes it possible to
define remote paths per directory and whether or not you want to deploy on
explicit save actions or not and whether you want tranfers to be asynchrous or
not. For asynchrous transfers you need a setup which doesn't require a
interactive authorization. The plugin also enables manual upload and download
of files and directories. You can [...]
+The `ssh-deploy` plug-in makes it possible to effortlessly deploy local files
and directories to remote hosts via SSH and FTP. It also makes it possible to
define remote paths per directory and whether or not you want to deploy on
explicit save actions or not and whether you want tranfers to be asynchrous or
not. For asynchrous transfers you need a setup which doesn't require a
interactive authorization. The plugin also enables manual upload and download
of files and directories. It also [...]
`ssh-deploy` works with `DirectoryVariables` so you can have different deploy
setups in different ways for different folders.
diff --git a/ssh-deploy.el b/ssh-deploy.el
index c6aa242..f946c71 100644
--- a/ssh-deploy.el
+++ b/ssh-deploy.el
@@ -342,7 +342,6 @@
(local-root (file-truename ssh-deploy-root-local)))
(ssh-deploy local-root ssh-deploy-root-remote t local-path
ssh-deploy-debug ssh-deploy-async))))))
-;; TODO Test this
;;;### autoload
(defun ssh-deploy-remote-changes-handler()
"Check if local revision exists or remote file has changed if path is
configured for deployment"