darcs

Issue 78 wish: changes --from-context=filename

Title wish: changes --from-context=filename
Priority feature Status given-up
Milestone Resolved in
Superseder Nosy List clive, darcs-devel, dmitry.kurochkin, kowey, thorkilnaur, tommy
Assigned To
Topics Matchers

Created on 2006-01-03.03:46:54 by clive, last changed 2017-07-30.23:05:23 by gh.

Messages
msg297 (view) Author: clive Date: 2006-01-03.03:46:53
I would like to be able to do the following:
  darcs changes --context >foo

Then, at any possible later date/time do this:
  darcs changes --from-context="foo" >bar

To get a changelist between the two times no matter what the context changes
were (it should be fully reflective, even unpulls should show, probably
similarly to, 'they have'/'we have' as in the other commands (not sure if
bi-directional change info is actually really relative to the 'changes' command,
but it would be nice)).
msg298 (view) Author: droundy Date: 2006-01-03.13:40:37
On Tue, Jan 03, 2006 at 03:46:55AM +0000, Clive Crous wrote:
> I would like to be able to do the following:
>   darcs changes --context >foo
> 
> Then, at any possible later date/time do this:
>   darcs changes --from-context="foo" >bar
> 
> To get a changelist between the two times no matter what the context
> changes were (it should be fully reflective, even unpulls should show,
> probably similarly to, 'they have'/'we have' as in the other commands
> (not sure if bi-directional change info is actually really relative to
> the 'changes' command, but it would be nice)).

When unpulls have been done, this would be tricky, but apart from that it
sounds like a good idea, and not too hard to implement, as I think it'd be
pretty similar to --from-tag in terms of implementation.

What you might want for bi-directional change info would be some sort of a
"darcs query comparison" command, which would accept either two
repositories or one repository and a context (or a repo and a tag, or
whatever).
-- 
David Roundy
http://www.darcs.net
History
Date User Action Args
2006-01-03 03:46:54clivecreate
2006-01-03 13:40:38droundysetstatus: unread -> unknown
nosy: droundy, tommy, clive
messages: + msg298
2008-02-07 05:06:11markstossetstatus: unknown -> deferred
nosy: + kowey, beschmi
title: changes --from-context=<filename> -> wish: changes --from-context=<filename>
2009-08-06 17:48:15adminsetnosy: + markstos, jast, Serware, dmitry.kurochkin, darcs-devel, zooko, dagit, mornfall, simon, thorkilnaur, - droundy, clive
2009-08-06 20:47:45adminsetnosy: - beschmi
2009-08-10 22:19:26adminsetnosy: + clive, - markstos, darcs-devel, zooko, jast, dagit, Serware, mornfall
2009-08-25 17:59:58adminsetnosy: + darcs-devel, - simon
2009-08-27 13:54:20adminsetnosy: tommy, kowey, darcs-devel, clive, thorkilnaur, dmitry.kurochkin
2009-08-27 14:46:38koweysetstatus: deferred -> needs-implementation
nosy: tommy, kowey, darcs-devel, clive, thorkilnaur, dmitry.kurochkin
topic: + Matchers
title: wish: changes --from-context=<filename> -> wish: changes --from-context=filename
2017-07-30 23:05:23ghsetstatus: needs-implementation -> given-up