unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#15883: 24.3.50; Mercurial view changeset diff in *view-change-log* shows wrong diff
@ 2013-11-13 16:29 Claudio Bley
  0 siblings, 0 replies; only message in thread
From: Claudio Bley @ 2013-11-13 16:29 UTC (permalink / raw)
  To: 15883

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





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-13 16:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-13 16:29 bug#15883: 24.3.50; Mercurial view changeset diff in *view-change-log* shows wrong diff Claudio Bley

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).