Stefan Reichör <[EMAIL PROTECTED]> writes:
> The following function should do it:
>
> (defun bzr-remove-files (&rest files)
> "Run bzr remove."
> (message "bzr-remove-files: %s" files)
> (dvc-run-dvc-sync 'bzr (append '("remove") files)
> :finished (dvc-capturing-lambda
> (output error status arguments)
> (message "bzr remove finished"))))
>
> I will add it soon to my branch.The thing is, that doesn't remove the file from the filesystem, just From bzr, unlike tla's remove command. Perhaps there could be two variants: one that just does (mapcar #'delete-file files), counting on bzr to realize that the file has been deleted, and one that does the above. -- Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/ Interests: Emacs Lisp, text markup, protocols -- Jabber: mwolson_at_hcoop.net /` |\ | | | Projects: Emacs, Muse, ERC, EMMS, Planner, ErBot, DVC |_] | \| |_| Reclaim your digital rights by eliminating DRM. See http://www.defectivebydesign.org/what_is_drm for details.
pgpEXai7giyie.pgp
Description: PGP signature
_______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
