New revision in http://www-verimag.imag.fr/~moy/bzr/dvc/moy/ ------------------------------------------------------------ revno: 276 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Matthieu Moy <[EMAIL PROTECTED]> branch nick: moy timestamp: Mon 2007-10-15 11:24:52 +0200 message: Oops, baz-dvc-log-edit was actually needed. Make it an alias to tla-dvc-log-edit
=== modified file 'docs/DVC-API' --- a/docs/DVC-API 2007-10-09 15:26:25 +0000 +++ b/docs/DVC-API 2007-10-15 09:24:52 +0000 @@ -144,4 +144,9 @@ * External tools ----------------------------------------------------------------------------- -'sh' is required for dvc-run-sync and dvc-run-async +* 'sh' is required for dvc-run-sync and dvc-run-async. + + In practice, that is not a problem for Unix users, but requires + cygwin or mingw for Windows users. A port of DVC to windows without + these dependancies shouldn't be hard, but none of the developers + carred enough up to now. === modified file 'lisp/baz-dvc.el' --- a/lisp/baz-dvc.el 2007-10-15 08:35:57 +0000 +++ b/lisp/baz-dvc.el 2007-10-15 09:24:52 +0000 @@ -35,6 +35,7 @@ (defalias 'baz-dvc-file-diff 'baz-file-diff) (defun baz-dvc-status (&optional path) (baz-status path)) +(defalias 'baz-dvc-log-edit 'tla-dvc-log-edit) (defun baz-dvc-add (file) (baz-add nil file)) (defun baz-dvc-log (arg last-n) _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
