emacs-devel
[Top][All Lists]
Advanced

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

Re: vc-log bug?


From: Giorgos Keramidas
Subject: Re: vc-log bug?
Date: Mon, 14 Dec 2009 18:52:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (berkeley-unix)

On Mon, 14 Dec 2009 08:05:06 -0800 (PST), Dan Nicolaescu <address@hidden> wrote:
> Giorgos Keramidas <address@hidden> writes:
>
>   > Some of the recent VC changes broke vc-log for Mercurial here.  My HOME
>   > directory now has less than 2000 changesets:
>   >
>   >   changeset:   789:943233c01bf5
>   >   tag:         tip
>   >   user:        Giorgos Keramidas <address@hidden>
>   >   date:        Mon Dec 14 08:49:03 2009 +0200
>   >   summary:     agenda: update clock/time table for today's work
>   >
>   > but when I type `C-x v l' the latest VC code tries to see the log of
>   > changes 2000:tip.
>
> Thanks.  This is a bug in vc-hg.el.  Fixed like this:
>
> --- vc-hg.el.~1.108.~  2009-12-07 00:53:20.000000000 -0800
> +++ vc-hg.el           2009-12-14 07:56:11.000000000 -0800
> @@ -223,7 +223,7 @@ If nil, use the value of `vc-diff-switch
>                   (repeat :tag "Argument List" :value ("") string))
>    :group 'vc-hg)
>
> -(defun vc-hg-print-log (files buffer &optional shortlog limit start-revision)
> +(defun vc-hg-print-log (files buffer &optional shortlog start-revision limit)
>    "Get change log associated with FILES."
>    ;; `vc-do-command' creates the buffer, but we need it before running
>    ;; the command.

Excellent!  I'll rebuild with this patch and let you know :)





reply via email to

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