Sam Steingold <[EMAIL PROTECTED]> writes:

> it wants to run "tla" (the command line tool we use is called "baz").
>
> *dvc-error* buffer says:
> /bin/sh: tla: command not found

Try this:

--- lisp/tla.el 2006-11-02 20:25:12 +0000
+++ lisp/tla.el 2007-03-15 15:25:41 +0000
@@ -5918,7 +5918,7 @@
 (defun tla-add-files (&rest files)
   "Run tla add."
   (message "tla-add-files: %s" files)
-  (dvc-run-dvc-sync 'tla (append (list (if (tla-has-add-id-command) "add-id" 
"add")) files)
+  (dvc-run-dvc-sync tla-arch-branch (append (list (if (tla-has-add-id-command) 
"add-id" "add")) files)
                     :finished (dvc-capturing-lambda
                                   (output error status arguments)
                                 (message "tla add finished"))))



-- 
Matthieu

_______________________________________________
Xtla-el-dev mailing list
[email protected]
https://mail.gna.org/listinfo/xtla-el-dev

Reply via email to