unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Giorgos Keramidas <keramida@ceid.upatras.gr>
To: emacs-devel@gnu.org
Subject: vc-log bug?
Date: Mon, 14 Dec 2009 17:29:05 +0200	[thread overview]
Message-ID: <873a3dmv5q.fsf@kobe.laptop> (raw)

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 <keramida@ceid.upatras.gr>
  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.  Since there is no revision numbered 2000 vc stops
with a backtrace of:

: Debugger entered--Lisp error: (error "Running hg log -r2000:
: AGENDA...FAILED (status 255)")
:   signal(error ("Running hg log -r2000: AGENDA...FAILED (status 255)"))
:   error("Running %s...FAILED (%s)" "hg log -r2000: AGENDA" "status 255")
:   vc-do-command("*vc-change-log*" 0 "hg" ("/home/keramida/AGENDA") "log"  "-r2000:")
:   apply(vc-do-command "*vc-change-log*" 0 "hg" ("/home/keramida/AGENDA") ("log" "-r2000:"))
:   vc-hg-command("*vc-change-log*" 0 ("/home/keramida/AGENDA") "log" "-r2000:")
:   apply(vc-hg-command "*vc-change-log*" 0 ("/home/keramida/AGENDA") "log" "-r2000:")
:   vc-hg-print-log(("/home/keramida/AGENDA") "*vc-change-log*" nil nil 2000)
:   apply(vc-hg-print-log (("/home/keramida/AGENDA") "*vc-change-log*" nil nil 2000))
:   vc-call-backend(Hg print-log ("/home/keramida/AGENDA") "*vc-change-log*" nil nil 2000)
:   vc-print-log-internal(Hg ("/home/keramida/AGENDA") "789" nil 2000)
:   vc-print-log(nil 2000)
:   call-interactively(vc-print-log nil nil)

Is there any way to tweak the limit automatically to, say, half of the
revisions in the current repository?





             reply	other threads:[~2009-12-14 15:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-14 15:29 Giorgos Keramidas [this message]
2009-12-14 16:05 ` vc-log bug? Dan Nicolaescu
2009-12-14 16:52   ` Giorgos Keramidas
2009-12-14 16:54     ` Giorgos Keramidas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=873a3dmv5q.fsf@kobe.laptop \
    --to=keramida@ceid.upatras.gr \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).