Differences between revisions 9 and 10
Revision 9 as of 2012-10-25 21:34:57
Size: 1495
Editor: mpm
Comment:
Revision 10 as of 2012-10-25 21:35:17
Size: 1517
Editor: mpm
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
<<Include(A:style)>>

Note:

This page is primarily intended for developers of Mercurial.

{i} This page does not meet our wiki style guidelines. Please help improve this page by cleaning up its formatting.

Changeset Evolution Plan

Proposition for safe rewriting of mercurial history. This will have a close relationship with StatesPlan

Older materials

1. Core principle

  • Store and explicit relation between new and old version of rewritten changeset.
  • This relation should *not* be part of the changeset (should not alter the hash).
  • People must be able to collaborate on evolving changeset

2. Additional idea

  • Save delta in a real changeset.
  • This relation should be exchangeable without rewritten changeset.
  • Easily allow other extension to manipulate such relation (and to hook on such operation)

3. Situation that should be handled

  • Rewriting content of a changeset,
  • delete/kill a changeset.
  • split a single changeset in multiple one,
  • collapse multiple changeset in single one,
  • change changeset order,
  • adding (eg pulling) a changeset evolution that conflict with another one.
  • adding (or adding in general ) new changesets on a one which already evolved (or evolving a changeset that have descendant)

CategoryProject

ChangesetEvolution (last edited 2022-08-14 21:06:00 by StephenRasku)