Mercurial > evolve
comparison docs/troubles-handling.rst @ 5483:e82d336bf31e
unstable-list: add an introduction text
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 14 Aug 2020 17:59:51 +0200 |
parents | 3435822cd758 |
children | e3302ad5ad77 |
comparison
equal
deleted
inserted
replaced
5482:3435822cd758 | 5483:e82d336bf31e |
---|---|
2 .. Octobus SAS <contact@octobus.net> | 2 .. Octobus SAS <contact@octobus.net> |
3 | 3 |
4 ----------------------------------------------------------- | 4 ----------------------------------------------------------- |
5 Possible troubles in rewriting history and their resolution | 5 Possible troubles in rewriting history and their resolution |
6 ----------------------------------------------------------- | 6 ----------------------------------------------------------- |
7 | |
8 Rewriting history, and especially rewriting draft history that have been | |
9 exchanged can lead to "unstable" situation. | |
10 | |
11 This document is intended for developer of the changeset evolution concept. It | |
12 cover through the technical aspects of each "instability" a changeset can get | |
13 into. A aims at building an exhaustive list of each cases and sub-cases and the | |
14 status of automatic resolution for these cases. | |
15 | |
16 Public changeset are part of the permanent history and are never considered | |
17 unstable. | |
7 | 18 |
8 Orphan | 19 Orphan |
9 ######### | 20 ######### |
10 | 21 |
11 Basics | 22 Basics |