Mercurial > evolve
changeset 34:f28116682827
Add a few information about obsolete relation.
author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
---|---|
date | Mon, 01 Aug 2011 14:28:38 +0200 |
parents | dca86448d736 |
children | 0f98f87881bd |
files | README |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/README Mon Aug 01 14:12:48 2011 +0200 +++ b/README Mon Aug 01 14:28:38 2011 +0200 @@ -146,6 +146,12 @@ state: in progress +This extension introduce the *obsolete* concept. It adds a new *obsolete* relation between two changeset. A relation ``<changeset B> obsolete <changeset A>`` is set to denote that ``<changeset B>`` is new version of ``<changeset A>`` + +The *obsolete* relation act as a **perpendicular history** to the standard +changeset history. Standard changeset history versions files. When *obsolete* +relation versions changeset + Usage and Feature ------------------