Hi,
dvc-add is still alive?
Should I use dvc-add-files instead?
2008-09-17 Masatake YAMATO <[EMAIL PROTECTED]>
* dvc-unified.el (dvc-add): Update arg spec
for `interactive'.
* xgit-dvc.el (xgit-dvc-add): New alias.
--- lisp/dvc-unified.el 2008-07-26 19:26:57 +0000
+++ lisp/dvc-unified.el 2008-09-17 12:38:17 +0000
@@ -239,7 +239,7 @@
;;;###autoload
(define-dvc-unified-command dvc-add (file)
"Adds FILE to the repository."
- (interactive))
+ (interactive "fFile: "))
(define-dvc-unified-command dvc-revision-direct-ancestor (revision)
"Computes the direct ancestor of a revision.")
=== modified file 'lisp/xgit-dvc.el'
--- lisp/xgit-dvc.el 2008-08-24 10:08:39 +0000
+++ lisp/xgit-dvc.el 2008-09-17 12:41:16 +0000
@@ -130,5 +130,8 @@
(defalias 'xgit-dvc-send-commit-notification
'xgit-gnus-send-commit-notification)
+;;;###autoload
+(defalias 'xgit-dvc-add 'xgit-add)
+
(provide 'xgit-dvc)
;;; xgit-dvc.el ends here
_______________________________________________
Dvc-dev mailing list
[email protected]
https://mail.gna.org/listinfo/dvc-dev