Differences between revisions 3 and 4
Revision 3 as of 2011-04-20 09:14:20
Size: 1306
Comment: sum up base concept and mention related issue.
Revision 4 as of 2011-04-20 09:14:52
Size: 1307
Comment:
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:
== Other concept == == Other concepts ==

Liquid-HG

/!\ This page is intended for developers. <!> This is a proposed feature, last minor updated April 2011.

A system for safely allowing mutable history.

Base concept

The first objective of Liquid-HG is to have a clear distinctions between the part of the history can be altered and the one which can't. (To keep it simple: the private part may be edited while the public can't). This imply two points

  • Deny edition of non-liquid (frozen) changeset,
  • Simple and logical transition from liquid to frozen state (freezing). This transition should be transparent for the user.

Other concepts

  • Garbage collection of "abandoned" changeset,
  • Semantical Change tracking (as mq do with patches) and versionning (as versionned mq),
  • History edition extension compatibility,
  • Sharing volatile part of the history.

Ideas and discussion


CategoryNewFeatures

LiquidHG (last edited 2012-10-25 20:57:10 by mpm)