emacs-devel
[Top][All Lists]
Advanced

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

Re: vc-log bug?


From: Dan Nicolaescu
Subject: Re: vc-log bug?
Date: Mon, 14 Dec 2009 08:05:06 -0800 (PST)

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.




reply via email to

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