princ should be message in update/checkout messages

This commit is contained in:
Donald Curtis 2012-04-21 15:05:37 -05:00
parent b47382e904
commit 869f22f2be

View file

@ -217,10 +217,10 @@ rate limiting."
str))
(defun pb/princ-exists (dir)
(princ (format "updating %s\n" dir)))
(message (format "updating %s\n" dir)))
(defun pb/princ-checkout (repo dir)
(princ (format "cloning %s to %s\n" repo dir)))
(message (format "cloning %s to %s\n" repo dir)))
(defun pb/checkout-svn (name config dir)
"Check package NAME with config CONFIG out of svn into DIR."