gnu-arch-users
[Top][All Lists]
Advanced

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

Re: [Gnu-arch-users] How to know which revision a changeset is refering


From: Matthieu Moy
Subject: Re: [Gnu-arch-users] How to know which revision a changeset is refering to?
Date: Sun, 04 Jul 2004 22:47:34 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux)

Miles Bader <address@hidden> writes:

> A changeset just describes a change, it can be applied to any tree you
> want, and doesn't necessarily correspond to _any_ revision.

True. That's why I was suggesting to add this information only when
relevant.

> If you want to give users a hint as to a good place to apply it, I suggest
> just including the base revision in the changeset name you choose (i.e. the
> name of the changeset directory or the tar file you make from it).

Actually, I was giving this example to fix the ideas, but my problem
is different:

I'd like to write some fancy features related to show-changeset in
xtla (Emacs interface to tla). For example, an interface with ediff.
Here's how this would work:

tla-show-changeset already displays a buffer in diff-mode. The user
may like it, or may not and type `e' to start an ediff session (like
you can already do with tla-changes). For that, I need to get the full
file of both the base and the modified version (otherwise, I can't
just invent the context), and for that, I need to know where to find
those files.

It seems there is no way to do so currently.

This wouldn't be a "killer feature", but could be usefull in some
contexts, so, if it can be added in a backward compatible way, I think
that could be nice.

-- 
Matthieu




reply via email to

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