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: Tue, 27 Oct 2009 22:07:56 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

> Indeed.  Here's a new patch.

Thanks, installed.  But I wonder about the last hunk of your patch:

> @@ -286,7 +288,6 @@
>        (setq oldvers working))
>      (apply #'vc-hg-command (or buffer "*vc-diff*") nil
>             (mapcar (lambda (file) (file-relative-name file cwd)) files)
> -           "--cwd" cwd
>             "diff"
>             (append
>              (vc-switches 'hg 'diff)

What is the reason for it?


        Stefan




reply via email to

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