changeset 5487:7c543787d5c6

unstable-list: add a simple entry for the simplest orphan case
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 14 Aug 2020 18:01:53 +0200
parents 381df06460e8
children 9920e8b4756d
files docs/troubles-handling.rst
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/troubles-handling.rst	Fri Aug 14 18:10:10 2020 +0200
+++ b/docs/troubles-handling.rst	Fri Aug 14 18:01:53 2020 +0200
@@ -62,6 +62,24 @@
 Details of Sub cases
 ********************
 
+O-A: Linear changeset (one parent)
+==================================
+
+O-A1: parent has a single successors
+------------------------------------
+
+
+Stabilisation Strategy
+""""""""""""""""""""""
+
+Solution is Clear.
+
+Relocate the orphan changeset onto the single successor of obsolete parent.
+
+Current Support Level
+"""""""""""""""""""""
+
+Good: current implementation is expected to perform the planed stabilisation.
 Phase-Divergence
 ##################