emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Patch to make vc-hg.el work with remote files


From: Stefan Monnier
Subject: Re: Patch to make vc-hg.el work with remote files
Date: Sun, 25 Oct 2009 22:00:50 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

> +                      (process-file
> +                       "hg" nil t nil
>                         "status" "-A" (file-name-nondirectory file))

The canonical way to use process-file is to pass args of the form
(file-relative-name).


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]