all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Claudio Bley <claudio.bley@googlemail.com>
To: 15883@debbugs.gnu.org
Subject: bug#15883: 24.3.50; Mercurial view changeset diff in *view-change-log* shows wrong diff
Date: Wed, 13 Nov 2013 17:29:23 +0100	[thread overview]
Message-ID: <874n7g9sf0.wl%claudio.bley@gmail.com> (raw)

1. visit a file under hg version control
2. C-x v l
3. navigate to a changeset whose parent changeset's revision is *not*
   the predecessor of the current changeset's revision
4. hit D

E.g. suppose the revision of the current changeset is 214.

So, log-view-diff-changeset will eventually call "hg diff -r 213 -r 214".

In this situation, it should actually just call "hg diff -c 214".

Or, "hg diff -r '214^' -r 214".

/ Claudio

In GNU Emacs 24.3.50.5 (i686-pc-mingw32)
 of 2013-11-04 on CLAUDIO-PC
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --prefix=/c/emacs24.3
 CPPFLAGS=-I/c/Users/Claudio/src/emacs-dep/stage/include
 'LDFLAGS=-shared-libgcc -L/c/Users/Claudio/src/emacs-dep/stage/lib''

Important settings:
  value of $LANG: DEU
  locale-coding-system: cp1252
  default enable-multibyte-characters: t
-- 
Claudio-- 
Claudio





                 reply	other threads:[~2013-11-13 16:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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

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

  git send-email \
    --in-reply-to=874n7g9sf0.wl%claudio.bley@gmail.com \
    --to=claudio.bley@googlemail.com \
    --cc=15883@debbugs.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.